Shades of Deep Cerise #D02DAF
Tints of Deep Cerise #D02DAF
RGB
CMYK
RGB Variations
Color information
#D02DAF (or 0xD02DAF) is known color: Deep Cerise. HEX triplet: D0, 2D and AF. RGB value is (208,45,175). Sum of RGB (Red+Green+Blue) = 208+45+175=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DAF is #2FD250. Grayscale: #6C6C6C. Windows color (decimal): -3134033 or 11480528. OLE color: 11480528.
HSL color Cylindrical-coordinate representation of color #D02DAF: hue angle of 312.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DAF is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 175 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.18 |
| HSL | 312.15º | 0.64% | 0.5% | - |
| HSV(B) | 312.15º | 0.78% | 0.82% | - |
| XYZ | 34.69 | 18.38 | 42.28 | - |
| YUV | 108.56 | 165.5 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 175 | 0 | 0.78 | 0.16 | 0.18 | 312.15 | 0.64 | 0.5 |
| Hex | D0 | 2D | AF | 0 | 4E | 10 | 12 | 138 | 40 | 32 |
| Octal | 320 | 55 | 257 | 0 | 116 | 20 | 22 | 470 | 100 | 62 |
| Binary | 11010000 | 101101 | 10101111 | 0 | 1001110 | 10000 | 10010 | 100111000 | 1000000 | 110010 |
Color Harmonies of #D02DAF
Complementary color
Monochromatic Colors of #D02DAF
Black with #D02DAF
Text Example
Text Example
White with #D02DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DAF; }
p { color: rgb(208,45,175); }
H1.HeaderClassName
{
color: #D02DAF;
}
.AnyTagClassName
{
color: #D02DAF;
}
</style>
background-color css
<style>
a { background-color: #D02DAF; }
a { background-color: rgb(208,45,175); }
div.DivClassName
{
background-color: #D02DAF;
}
.BgClassName
{
background-color: #D02DAF;
}
</style>
border-color css
<style>
span { border-color: #D02DAF; }
span { border-color: rgb(208,45,175); }
td.TdClassName
{
border-color: #D02DAF;
}
.TagClassName
{
border-color: #D02DAF;
}
</style>