Shades of Fuchsia #D040CA
Tints of Fuchsia #D040CA
RGB
CMYK
RGB Variations
Color information
#D040CA (or 0xD040CA) is known color: Fuchsia. HEX triplet: D0, 40 and CA. RGB value is (208,64,202). Sum of RGB (Red+Green+Blue) = 208+64+202=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D040CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040CA is #2FBF35. Grayscale: #7A7A7A. Windows color (decimal): -3129142 or 13254864. OLE color: 13254864.
HSL color Cylindrical-coordinate representation of color #D040CA: hue angle of 302.5º 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 #D040CA is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 202 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.18 |
| HSL | 302.5º | 0.61% | 0.53% | - |
| HSV(B) | 302.5º | 0.69% | 0.82% | - |
| XYZ | 38.51 | 21.34 | 57.97 | - |
| YUV | 122.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 202 | 0 | 0.69 | 0.03 | 0.18 | 302.5 | 0.61 | 0.53 |
| Hex | D0 | 40 | CA | 0 | 45 | 3 | 12 | 12E | 3D | 35 |
| Octal | 320 | 100 | 312 | 0 | 105 | 3 | 22 | 456 | 75 | 65 |
| Binary | 11010000 | 1000000 | 11001010 | 0 | 1000101 | 11 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D040CA
Complementary color
Monochromatic Colors of #D040CA
Black with #D040CA
Text Example
Text Example
White with #D040CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040CA; }
p { color: rgb(208,64,202); }
H1.HeaderClassName
{
color: #D040CA;
}
.AnyTagClassName
{
color: #D040CA;
}
</style>
background-color css
<style>
a { background-color: #D040CA; }
a { background-color: rgb(208,64,202); }
div.DivClassName
{
background-color: #D040CA;
}
.BgClassName
{
background-color: #D040CA;
}
</style>
border-color css
<style>
span { border-color: #D040CA; }
span { border-color: rgb(208,64,202); }
td.TdClassName
{
border-color: #D040CA;
}
.TagClassName
{
border-color: #D040CA;
}
</style>