Shades of Fuchsia #D042CE
Tints of Fuchsia #D042CE
RGB
CMYK
RGB Variations
Color information
#D042CE (or 0xD042CE) is known color: Fuchsia. HEX triplet: D0, 42 and CE. RGB value is (208,66,206). Sum of RGB (Red+Green+Blue) = 208+66+206=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D042CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042CE is #2FBD31. Grayscale: #7C7C7C. Windows color (decimal): -3128626 or 13517520. OLE color: 13517520.
HSL color Cylindrical-coordinate representation of color #D042CE: hue angle of 300.85º 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 #D042CE is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 206 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.18 |
| HSL | 300.85º | 0.6% | 0.54% | - |
| HSV(B) | 300.85º | 0.68% | 0.82% | - |
| XYZ | 39.1 | 21.76 | 60.53 | - |
| YUV | 124.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 206 | 0 | 0.68 | 0.01 | 0.18 | 300.85 | 0.6 | 0.54 |
| Hex | D0 | 42 | CE | 0 | 44 | 1 | 12 | 12D | 3C | 36 |
| Octal | 320 | 102 | 316 | 0 | 104 | 1 | 22 | 455 | 74 | 66 |
| Binary | 11010000 | 1000010 | 11001110 | 0 | 1000100 | 1 | 10010 | 100101101 | 111100 | 110110 |
Color Harmonies of #D042CE
Complementary color
Monochromatic Colors of #D042CE
Black with #D042CE
Text Example
Text Example
White with #D042CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042CE; }
p { color: rgb(208,66,206); }
H1.HeaderClassName
{
color: #D042CE;
}
.AnyTagClassName
{
color: #D042CE;
}
</style>
background-color css
<style>
a { background-color: #D042CE; }
a { background-color: rgb(208,66,206); }
div.DivClassName
{
background-color: #D042CE;
}
.BgClassName
{
background-color: #D042CE;
}
</style>
border-color css
<style>
span { border-color: #D042CE; }
span { border-color: rgb(208,66,206); }
td.TdClassName
{
border-color: #D042CE;
}
.TagClassName
{
border-color: #D042CE;
}
</style>