Shades of Fuchsia #D040C0
Tints of Fuchsia #D040C0
RGB
CMYK
RGB Variations
Color information
#D040C0 (or 0xD040C0) is known color: Fuchsia. HEX triplet: D0, 40 and C0. RGB value is (208,64,192). Sum of RGB (Red+Green+Blue) = 208+64+192=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C0 is #2FBF3F. Grayscale: #797979. Windows color (decimal): -3129152 or 12599504. OLE color: 12599504.
HSL color Cylindrical-coordinate representation of color #D040C0: hue angle of 306.67º 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 #D040C0 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 192 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.18 |
| HSL | 306.67º | 0.61% | 0.53% | - |
| HSV(B) | 306.67º | 0.69% | 0.82% | - |
| XYZ | 37.36 | 20.88 | 51.93 | - |
| YUV | 121.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 192 | 0 | 0.69 | 0.08 | 0.18 | 306.67 | 0.61 | 0.53 |
| Hex | D0 | 40 | C0 | 0 | 45 | 8 | 12 | 133 | 3D | 35 |
| Octal | 320 | 100 | 300 | 0 | 105 | 10 | 22 | 463 | 75 | 65 |
| Binary | 11010000 | 1000000 | 11000000 | 0 | 1000101 | 1000 | 10010 | 100110011 | 111101 | 110101 |
Color Harmonies of #D040C0
Complementary color
Monochromatic Colors of #D040C0
Black with #D040C0
Text Example
Text Example
White with #D040C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040C0; }
p { color: rgb(208,64,192); }
H1.HeaderClassName
{
color: #D040C0;
}
.AnyTagClassName
{
color: #D040C0;
}
</style>
background-color css
<style>
a { background-color: #D040C0; }
a { background-color: rgb(208,64,192); }
div.DivClassName
{
background-color: #D040C0;
}
.BgClassName
{
background-color: #D040C0;
}
</style>
border-color css
<style>
span { border-color: #D040C0; }
span { border-color: rgb(208,64,192); }
td.TdClassName
{
border-color: #D040C0;
}
.TagClassName
{
border-color: #D040C0;
}
</style>