Shades of Deep Cerise #D02DA2
Tints of Deep Cerise #D02DA2
RGB
CMYK
RGB Variations
Color information
#D02DA2 (or 0xD02DA2) is known color: Deep Cerise. HEX triplet: D0, 2D and A2. RGB value is (208,45,162). Sum of RGB (Red+Green+Blue) = 208+45+162=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DA2 is #2FD25D. Grayscale: #6A6A6A. Windows color (decimal): -3134046 or 10628560. OLE color: 10628560.
HSL color Cylindrical-coordinate representation of color #D02DA2: hue angle of 316.93º 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 #D02DA2 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 162 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.18 |
| HSL | 316.93º | 0.64% | 0.5% | - |
| HSV(B) | 316.93º | 0.78% | 0.82% | - |
| XYZ | 33.47 | 17.9 | 35.87 | - |
| YUV | 107.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 162 | 0 | 0.78 | 0.22 | 0.18 | 316.93 | 0.64 | 0.5 |
| Hex | D0 | 2D | A2 | 0 | 4E | 16 | 12 | 13D | 40 | 32 |
| Octal | 320 | 55 | 242 | 0 | 116 | 26 | 22 | 475 | 100 | 62 |
| Binary | 11010000 | 101101 | 10100010 | 0 | 1001110 | 10110 | 10010 | 100111101 | 1000000 | 110010 |
Color Harmonies of #D02DA2
Complementary color
Monochromatic Colors of #D02DA2
Black with #D02DA2
Text Example
Text Example
White with #D02DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DA2; }
p { color: rgb(208,45,162); }
H1.HeaderClassName
{
color: #D02DA2;
}
.AnyTagClassName
{
color: #D02DA2;
}
</style>
background-color css
<style>
a { background-color: #D02DA2; }
a { background-color: rgb(208,45,162); }
div.DivClassName
{
background-color: #D02DA2;
}
.BgClassName
{
background-color: #D02DA2;
}
</style>
border-color css
<style>
span { border-color: #D02DA2; }
span { border-color: rgb(208,45,162); }
td.TdClassName
{
border-color: #D02DA2;
}
.TagClassName
{
border-color: #D02DA2;
}
</style>