Shades of Fuchsia #D041CE
Tints of Fuchsia #D041CE
RGB
CMYK
RGB Variations
Color information
#D041CE (or 0xD041CE) is known color: Fuchsia. HEX triplet: D0, 41 and CE. RGB value is (208,65,206). Sum of RGB (Red+Green+Blue) = 208+65+206=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D041CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041CE is #2FBE31. Grayscale: #7B7B7B. Windows color (decimal): -3128882 or 13517264. OLE color: 13517264.
HSL color Cylindrical-coordinate representation of color #D041CE: hue angle of 300.84º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D041CE is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 206 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.18 |
| HSL | 300.84º | 0.6% | 0.54% | - |
| HSV(B) | 300.84º | 0.69% | 0.82% | - |
| XYZ | 39.04 | 21.65 | 60.51 | - |
| YUV | 123.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 206 | 0 | 0.69 | 0.01 | 0.18 | 300.84 | 0.6 | 0.54 |
| Hex | D0 | 41 | CE | 0 | 45 | 1 | 12 | 12D | 3C | 36 |
| Octal | 320 | 101 | 316 | 0 | 105 | 1 | 22 | 455 | 74 | 66 |
| Binary | 11010000 | 1000001 | 11001110 | 0 | 1000101 | 1 | 10010 | 100101101 | 111100 | 110110 |
Color Harmonies of #D041CE
Complementary color
Monochromatic Colors of #D041CE
Black with #D041CE
Text Example
Text Example
White with #D041CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041CE; }
p { color: rgb(208,65,206); }
H1.HeaderClassName
{
color: #D041CE;
}
.AnyTagClassName
{
color: #D041CE;
}
</style>
background-color css
<style>
a { background-color: #D041CE; }
a { background-color: rgb(208,65,206); }
div.DivClassName
{
background-color: #D041CE;
}
.BgClassName
{
background-color: #D041CE;
}
</style>
border-color css
<style>
span { border-color: #D041CE; }
span { border-color: rgb(208,65,206); }
td.TdClassName
{
border-color: #D041CE;
}
.TagClassName
{
border-color: #D041CE;
}
</style>