Shades of Fuchsia #D73FB2
Tints of Fuchsia #D73FB2
RGB
CMYK
RGB Variations
Color information
#D73FB2 (or 0xD73FB2) is known color: Fuchsia. HEX triplet: D7, 3F and B2. RGB value is (215,63,178). Sum of RGB (Red+Green+Blue) = 215+63+178=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73FB2 is #28C04D. Grayscale: #797979. Windows color (decimal): -2670670 or 11681751. OLE color: 11681751.
HSL color Cylindrical-coordinate representation of color #D73FB2: hue angle of 314.61º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73FB2 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 178 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.16 |
| HSL | 314.61º | 0.66% | 0.55% | - |
| HSV(B) | 314.61º | 0.71% | 0.84% | - |
| XYZ | 37.84 | 21.22 | 44.22 | - |
| YUV | 121.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 178 | 0 | 0.71 | 0.17 | 0.16 | 314.61 | 0.66 | 0.55 |
| Hex | D7 | 3F | B2 | 0 | 47 | 11 | 10 | 13B | 42 | 37 |
| Octal | 327 | 77 | 262 | 0 | 107 | 21 | 20 | 473 | 102 | 67 |
| Binary | 11010111 | 111111 | 10110010 | 0 | 1000111 | 10001 | 10000 | 100111011 | 1000010 | 110111 |
Color Harmonies of #D73FB2
Complementary color
Monochromatic Colors of #D73FB2
Black with #D73FB2
Text Example
Text Example
White with #D73FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FB2; }
p { color: rgb(215,63,178); }
H1.HeaderClassName
{
color: #D73FB2;
}
.AnyTagClassName
{
color: #D73FB2;
}
</style>
background-color css
<style>
a { background-color: #D73FB2; }
a { background-color: rgb(215,63,178); }
div.DivClassName
{
background-color: #D73FB2;
}
.BgClassName
{
background-color: #D73FB2;
}
</style>
border-color css
<style>
span { border-color: #D73FB2; }
span { border-color: rgb(215,63,178); }
td.TdClassName
{
border-color: #D73FB2;
}
.TagClassName
{
border-color: #D73FB2;
}
</style>