Shades of Fuchsia #D040CB
Tints of Fuchsia #D040CB
RGB
CMYK
RGB Variations
Color information
#D040CB (or 0xD040CB) is known color: Fuchsia. HEX triplet: D0, 40 and CB. RGB value is (208,64,203). Sum of RGB (Red+Green+Blue) = 208+64+203=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D040CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040CB is #2FBF34. Grayscale: #7A7A7A. Windows color (decimal): -3129141 or 13320400. OLE color: 13320400.
HSL color Cylindrical-coordinate representation of color #D040CB: hue angle of 302.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040CB is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 203 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.18 |
| HSL | 302.08º | 0.61% | 0.53% | - |
| HSV(B) | 302.08º | 0.69% | 0.82% | - |
| XYZ | 38.63 | 21.39 | 58.59 | - |
| YUV | 122.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 203 | 0 | 0.69 | 0.02 | 0.18 | 302.08 | 0.61 | 0.53 |
| Hex | D0 | 40 | CB | 0 | 45 | 2 | 12 | 12E | 3D | 35 |
| Octal | 320 | 100 | 313 | 0 | 105 | 2 | 22 | 456 | 75 | 65 |
| Binary | 11010000 | 1000000 | 11001011 | 0 | 1000101 | 10 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D040CB
Complementary color
Monochromatic Colors of #D040CB
Black with #D040CB
Text Example
Text Example
White with #D040CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040CB; }
p { color: rgb(208,64,203); }
H1.HeaderClassName
{
color: #D040CB;
}
.AnyTagClassName
{
color: #D040CB;
}
</style>
background-color css
<style>
a { background-color: #D040CB; }
a { background-color: rgb(208,64,203); }
div.DivClassName
{
background-color: #D040CB;
}
.BgClassName
{
background-color: #D040CB;
}
</style>
border-color css
<style>
span { border-color: #D040CB; }
span { border-color: rgb(208,64,203); }
td.TdClassName
{
border-color: #D040CB;
}
.TagClassName
{
border-color: #D040CB;
}
</style>