Shades of Fuchsia #D02FC2
Tints of Fuchsia #D02FC2
RGB
CMYK
RGB Variations
Color information
#D02FC2 (or 0xD02FC2) is known color: Fuchsia. HEX triplet: D0, 2F and C2. RGB value is (208,47,194). Sum of RGB (Red+Green+Blue) = 208+47+194=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FC2 is #2FD03D. Grayscale: #6F6F6F. Windows color (decimal): -3133502 or 12726224. OLE color: 12726224.
HSL color Cylindrical-coordinate representation of color #D02FC2: hue angle of 305.22º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02FC2 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 194 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.18 |
| HSL | 305.22º | 0.63% | 0.5% | - |
| HSV(B) | 305.22º | 0.77% | 0.82% | - |
| XYZ | 36.77 | 19.34 | 52.83 | - |
| YUV | 111.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 194 | 0 | 0.77 | 0.07 | 0.18 | 305.22 | 0.63 | 0.5 |
| Hex | D0 | 2F | C2 | 0 | 4D | 7 | 12 | 131 | 3F | 32 |
| Octal | 320 | 57 | 302 | 0 | 115 | 7 | 22 | 461 | 77 | 62 |
| Binary | 11010000 | 101111 | 11000010 | 0 | 1001101 | 111 | 10010 | 100110001 | 111111 | 110010 |
Color Harmonies of #D02FC2
Complementary color
Monochromatic Colors of #D02FC2
Black with #D02FC2
Text Example
Text Example
White with #D02FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FC2; }
p { color: rgb(208,47,194); }
H1.HeaderClassName
{
color: #D02FC2;
}
.AnyTagClassName
{
color: #D02FC2;
}
</style>
background-color css
<style>
a { background-color: #D02FC2; }
a { background-color: rgb(208,47,194); }
div.DivClassName
{
background-color: #D02FC2;
}
.BgClassName
{
background-color: #D02FC2;
}
</style>
border-color css
<style>
span { border-color: #D02FC2; }
span { border-color: rgb(208,47,194); }
td.TdClassName
{
border-color: #D02FC2;
}
.TagClassName
{
border-color: #D02FC2;
}
</style>