Shades of Fuchsia #D042D6
Tints of Fuchsia #D042D6
RGB
CMYK
RGB Variations
Color information
#D042D6 (or 0xD042D6) is known color: Fuchsia. HEX triplet: D0, 42 and D6. RGB value is (208,66,214). Sum of RGB (Red+Green+Blue) = 208+66+214=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #D042D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042D6 is #2FBD29. Grayscale: #7C7C7C. Windows color (decimal): -3128618 or 14041808. OLE color: 14041808.
HSL color Cylindrical-coordinate representation of color #D042D6: hue angle of 297.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D042D6 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 66 | 214 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.16 |
| HSL | 297.57º | 0.64% | 0.55% | - |
| HSV(B) | 297.57º | 0.69% | 0.84% | - |
| XYZ | 40.1 | 22.16 | 65.78 | - |
| YUV | 125.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 214 | 0.03 | 0.69 | 0 | 0.16 | 297.57 | 0.64 | 0.55 |
| Hex | D0 | 42 | D6 | 3 | 45 | 0 | 10 | 12A | 40 | 37 |
| Octal | 320 | 102 | 326 | 3 | 105 | 0 | 20 | 452 | 100 | 67 |
| Binary | 11010000 | 1000010 | 11010110 | 11 | 1000101 | 0 | 10000 | 100101010 | 1000000 | 110111 |
Color Harmonies of #D042D6
Complementary color
Monochromatic Colors of #D042D6
Black with #D042D6
Text Example
Text Example
White with #D042D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042D6; }
p { color: rgb(208,66,214); }
H1.HeaderClassName
{
color: #D042D6;
}
.AnyTagClassName
{
color: #D042D6;
}
</style>
background-color css
<style>
a { background-color: #D042D6; }
a { background-color: rgb(208,66,214); }
div.DivClassName
{
background-color: #D042D6;
}
.BgClassName
{
background-color: #D042D6;
}
</style>
border-color css
<style>
span { border-color: #D042D6; }
span { border-color: rgb(208,66,214); }
td.TdClassName
{
border-color: #D042D6;
}
.TagClassName
{
border-color: #D042D6;
}
</style>