Shades of Fuchsia #D041C8
Tints of Fuchsia #D041C8
RGB
CMYK
RGB Variations
Color information
#D041C8 (or 0xD041C8) is known color: Fuchsia. HEX triplet: D0, 41 and C8. RGB value is (208,65,200). Sum of RGB (Red+Green+Blue) = 208+65+200=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D041C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041C8 is #2FBE37. Grayscale: #7A7A7A. Windows color (decimal): -3128888 or 13124048. OLE color: 13124048.
HSL color Cylindrical-coordinate representation of color #D041C8: hue angle of 303.36º 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 #D041C8 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 200 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.18 |
| HSL | 303.36º | 0.6% | 0.54% | - |
| HSV(B) | 303.36º | 0.69% | 0.82% | - |
| XYZ | 38.33 | 21.36 | 56.75 | - |
| YUV | 123.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 200 | 0 | 0.69 | 0.04 | 0.18 | 303.36 | 0.6 | 0.54 |
| Hex | D0 | 41 | C8 | 0 | 45 | 4 | 12 | 12F | 3C | 36 |
| Octal | 320 | 101 | 310 | 0 | 105 | 4 | 22 | 457 | 74 | 66 |
| Binary | 11010000 | 1000001 | 11001000 | 0 | 1000101 | 100 | 10010 | 100101111 | 111100 | 110110 |
Color Harmonies of #D041C8
Complementary color
Monochromatic Colors of #D041C8
Black with #D041C8
Text Example
Text Example
White with #D041C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041C8; }
p { color: rgb(208,65,200); }
H1.HeaderClassName
{
color: #D041C8;
}
.AnyTagClassName
{
color: #D041C8;
}
</style>
background-color css
<style>
a { background-color: #D041C8; }
a { background-color: rgb(208,65,200); }
div.DivClassName
{
background-color: #D041C8;
}
.BgClassName
{
background-color: #D041C8;
}
</style>
border-color css
<style>
span { border-color: #D041C8; }
span { border-color: rgb(208,65,200); }
td.TdClassName
{
border-color: #D041C8;
}
.TagClassName
{
border-color: #D041C8;
}
</style>