Shades of Deep Cerise #D02DAB
Tints of Deep Cerise #D02DAB
RGB
CMYK
RGB Variations
Color information
#D02DAB (or 0xD02DAB) is known color: Deep Cerise. HEX triplet: D0, 2D and AB. RGB value is (208,45,171). Sum of RGB (Red+Green+Blue) = 208+45+171=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DAB is #2FD254. Grayscale: #6B6B6B. Windows color (decimal): -3134037 or 11218384. OLE color: 11218384.
HSL color Cylindrical-coordinate representation of color #D02DAB: hue angle of 313.62º 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 #D02DAB is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 171 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.18 |
| HSL | 313.62º | 0.64% | 0.5% | - |
| HSV(B) | 313.62º | 0.78% | 0.82% | - |
| XYZ | 34.3 | 18.23 | 40.24 | - |
| YUV | 108.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 171 | 0 | 0.78 | 0.18 | 0.18 | 313.62 | 0.64 | 0.5 |
| Hex | D0 | 2D | AB | 0 | 4E | 12 | 12 | 13A | 40 | 32 |
| Octal | 320 | 55 | 253 | 0 | 116 | 22 | 22 | 472 | 100 | 62 |
| Binary | 11010000 | 101101 | 10101011 | 0 | 1001110 | 10010 | 10010 | 100111010 | 1000000 | 110010 |
Color Harmonies of #D02DAB
Complementary color
Monochromatic Colors of #D02DAB
Black with #D02DAB
Text Example
Text Example
White with #D02DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DAB; }
p { color: rgb(208,45,171); }
H1.HeaderClassName
{
color: #D02DAB;
}
.AnyTagClassName
{
color: #D02DAB;
}
</style>
background-color css
<style>
a { background-color: #D02DAB; }
a { background-color: rgb(208,45,171); }
div.DivClassName
{
background-color: #D02DAB;
}
.BgClassName
{
background-color: #D02DAB;
}
</style>
border-color css
<style>
span { border-color: #D02DAB; }
span { border-color: rgb(208,45,171); }
td.TdClassName
{
border-color: #D02DAB;
}
.TagClassName
{
border-color: #D02DAB;
}
</style>