Shades of Deep Cerise #D02AB0
Tints of Deep Cerise #D02AB0
RGB
CMYK
RGB Variations
Color information
#D02AB0 (or 0xD02AB0) is known color: Deep Cerise. HEX triplet: D0, 2A and B0. RGB value is (208,42,176). Sum of RGB (Red+Green+Blue) = 208+42+176=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D02AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02AB0 is #2FD54F. Grayscale: #6A6A6A. Windows color (decimal): -3134800 or 11545296. OLE color: 11545296.
HSL color Cylindrical-coordinate representation of color #D02AB0: hue angle of 311.57º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02AB0 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 176 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.18 |
| HSL | 311.57º | 0.66% | 0.49% | - |
| HSV(B) | 311.57º | 0.8% | 0.82% | - |
| XYZ | 34.68 | 18.2 | 42.76 | - |
| YUV | 106.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 176 | 0 | 0.80 | 0.15 | 0.18 | 311.57 | 0.66 | 0.49 |
| Hex | D0 | 2A | B0 | 0 | 50 | F | 12 | 138 | 42 | 31 |
| Octal | 320 | 52 | 260 | 0 | 120 | 17 | 22 | 470 | 102 | 61 |
| Binary | 11010000 | 101010 | 10110000 | 0 | 1010000 | 1111 | 10010 | 100111000 | 1000010 | 110001 |
Color Harmonies of #D02AB0
Complementary color
Monochromatic Colors of #D02AB0
Black with #D02AB0
Text Example
Text Example
White with #D02AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02AB0; }
p { color: rgb(208,42,176); }
H1.HeaderClassName
{
color: #D02AB0;
}
.AnyTagClassName
{
color: #D02AB0;
}
</style>
background-color css
<style>
a { background-color: #D02AB0; }
a { background-color: rgb(208,42,176); }
div.DivClassName
{
background-color: #D02AB0;
}
.BgClassName
{
background-color: #D02AB0;
}
</style>
border-color css
<style>
span { border-color: #D02AB0; }
span { border-color: rgb(208,42,176); }
td.TdClassName
{
border-color: #D02AB0;
}
.TagClassName
{
border-color: #D02AB0;
}
</style>