Shades of Deep Cerise #D02AAE
Tints of Deep Cerise #D02AAE
RGB
CMYK
RGB Variations
Color information
#D02AAE (or 0xD02AAE) is known color: Deep Cerise. HEX triplet: D0, 2A and AE. RGB value is (208,42,174). Sum of RGB (Red+Green+Blue) = 208+42+174=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D02AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02AAE is #2FD551. Grayscale: #6A6A6A. Windows color (decimal): -3134802 or 11414224. OLE color: 11414224.
HSL color Cylindrical-coordinate representation of color #D02AAE: hue angle of 312.29º 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 #D02AAE is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 174 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.18 |
| HSL | 312.29º | 0.66% | 0.49% | - |
| HSV(B) | 312.29º | 0.8% | 0.82% | - |
| XYZ | 34.48 | 18.12 | 41.72 | - |
| YUV | 106.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 174 | 0 | 0.80 | 0.16 | 0.18 | 312.29 | 0.66 | 0.49 |
| Hex | D0 | 2A | AE | 0 | 50 | 10 | 12 | 138 | 42 | 31 |
| Octal | 320 | 52 | 256 | 0 | 120 | 20 | 22 | 470 | 102 | 61 |
| Binary | 11010000 | 101010 | 10101110 | 0 | 1010000 | 10000 | 10010 | 100111000 | 1000010 | 110001 |
Color Harmonies of #D02AAE
Complementary color
Monochromatic Colors of #D02AAE
Black with #D02AAE
Text Example
Text Example
White with #D02AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02AAE; }
p { color: rgb(208,42,174); }
H1.HeaderClassName
{
color: #D02AAE;
}
.AnyTagClassName
{
color: #D02AAE;
}
</style>
background-color css
<style>
a { background-color: #D02AAE; }
a { background-color: rgb(208,42,174); }
div.DivClassName
{
background-color: #D02AAE;
}
.BgClassName
{
background-color: #D02AAE;
}
</style>
border-color css
<style>
span { border-color: #D02AAE; }
span { border-color: rgb(208,42,174); }
td.TdClassName
{
border-color: #D02AAE;
}
.TagClassName
{
border-color: #D02AAE;
}
</style>