Shades of Fuchsia #D042C2
Tints of Fuchsia #D042C2
RGB
CMYK
RGB Variations
Color information
#D042C2 (or 0xD042C2) is known color: Fuchsia. HEX triplet: D0, 42 and C2. RGB value is (208,66,194). Sum of RGB (Red+Green+Blue) = 208+66+194=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D042C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042C2 is #2FBD3D. Grayscale: #7A7A7A. Windows color (decimal): -3128638 or 12731088. OLE color: 12731088.
HSL color Cylindrical-coordinate representation of color #D042C2: hue angle of 305.92º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D042C2 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 194 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.18 |
| HSL | 305.92º | 0.6% | 0.54% | - |
| HSV(B) | 305.92º | 0.68% | 0.82% | - |
| XYZ | 37.7 | 21.2 | 53.14 | - |
| YUV | 123.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 194 | 0 | 0.68 | 0.07 | 0.18 | 305.92 | 0.6 | 0.54 |
| Hex | D0 | 42 | C2 | 0 | 44 | 7 | 12 | 132 | 3C | 36 |
| Octal | 320 | 102 | 302 | 0 | 104 | 7 | 22 | 462 | 74 | 66 |
| Binary | 11010000 | 1000010 | 11000010 | 0 | 1000100 | 111 | 10010 | 100110010 | 111100 | 110110 |
Color Harmonies of #D042C2
Complementary color
Monochromatic Colors of #D042C2
Black with #D042C2
Text Example
Text Example
White with #D042C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042C2; }
p { color: rgb(208,66,194); }
H1.HeaderClassName
{
color: #D042C2;
}
.AnyTagClassName
{
color: #D042C2;
}
</style>
background-color css
<style>
a { background-color: #D042C2; }
a { background-color: rgb(208,66,194); }
div.DivClassName
{
background-color: #D042C2;
}
.BgClassName
{
background-color: #D042C2;
}
</style>
border-color css
<style>
span { border-color: #D042C2; }
span { border-color: rgb(208,66,194); }
td.TdClassName
{
border-color: #D042C2;
}
.TagClassName
{
border-color: #D042C2;
}
</style>