Shades of Fuchsia #D02CC6
Tints of Fuchsia #D02CC6
RGB
CMYK
RGB Variations
Color information
#D02CC6 (or 0xD02CC6) is known color: Fuchsia. HEX triplet: D0, 2C and C6. RGB value is (208,44,198). Sum of RGB (Red+Green+Blue) = 208+44+198=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CC6 is #2FD339. Grayscale: #6E6E6E. Windows color (decimal): -3134266 or 12987600. OLE color: 12987600.
HSL color Cylindrical-coordinate representation of color #D02CC6: hue angle of 303.66º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CC6 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 198 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.18 |
| HSL | 303.66º | 0.65% | 0.49% | - |
| HSV(B) | 303.66º | 0.79% | 0.82% | - |
| XYZ | 37.11 | 19.29 | 55.19 | - |
| YUV | 110.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 198 | 0 | 0.79 | 0.05 | 0.18 | 303.66 | 0.65 | 0.49 |
| Hex | D0 | 2C | C6 | 0 | 4F | 5 | 12 | 130 | 41 | 31 |
| Octal | 320 | 54 | 306 | 0 | 117 | 5 | 22 | 460 | 101 | 61 |
| Binary | 11010000 | 101100 | 11000110 | 0 | 1001111 | 101 | 10010 | 100110000 | 1000001 | 110001 |
Color Harmonies of #D02CC6
Complementary color
Monochromatic Colors of #D02CC6
Black with #D02CC6
Text Example
Text Example
White with #D02CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CC6; }
p { color: rgb(208,44,198); }
H1.HeaderClassName
{
color: #D02CC6;
}
.AnyTagClassName
{
color: #D02CC6;
}
</style>
background-color css
<style>
a { background-color: #D02CC6; }
a { background-color: rgb(208,44,198); }
div.DivClassName
{
background-color: #D02CC6;
}
.BgClassName
{
background-color: #D02CC6;
}
</style>
border-color css
<style>
span { border-color: #D02CC6; }
span { border-color: rgb(208,44,198); }
td.TdClassName
{
border-color: #D02CC6;
}
.TagClassName
{
border-color: #D02CC6;
}
</style>