Shades of Deep Cerise #D02CAA
Tints of Deep Cerise #D02CAA
RGB
CMYK
RGB Variations
Color information
#D02CAA (or 0xD02CAA) is known color: Deep Cerise. HEX triplet: D0, 2C and AA. RGB value is (208,44,170). Sum of RGB (Red+Green+Blue) = 208+44+170=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02CAA is #2FD355. Grayscale: #6B6B6B. Windows color (decimal): -3134294 or 11152592. OLE color: 11152592.
HSL color Cylindrical-coordinate representation of color #D02CAA: hue angle of 313.9º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CAA is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 170 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.18 |
| HSL | 313.9º | 0.65% | 0.49% | - |
| HSV(B) | 313.9º | 0.79% | 0.82% | - |
| XYZ | 34.17 | 18.11 | 39.73 | - |
| YUV | 107.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 170 | 0 | 0.79 | 0.18 | 0.18 | 313.9 | 0.65 | 0.49 |
| Hex | D0 | 2C | AA | 0 | 4F | 12 | 12 | 13A | 41 | 31 |
| Octal | 320 | 54 | 252 | 0 | 117 | 22 | 22 | 472 | 101 | 61 |
| Binary | 11010000 | 101100 | 10101010 | 0 | 1001111 | 10010 | 10010 | 100111010 | 1000001 | 110001 |
Color Harmonies of #D02CAA
Complementary color
Monochromatic Colors of #D02CAA
Black with #D02CAA
Text Example
Text Example
White with #D02CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CAA; }
p { color: rgb(208,44,170); }
H1.HeaderClassName
{
color: #D02CAA;
}
.AnyTagClassName
{
color: #D02CAA;
}
</style>
background-color css
<style>
a { background-color: #D02CAA; }
a { background-color: rgb(208,44,170); }
div.DivClassName
{
background-color: #D02CAA;
}
.BgClassName
{
background-color: #D02CAA;
}
</style>
border-color css
<style>
span { border-color: #D02CAA; }
span { border-color: rgb(208,44,170); }
td.TdClassName
{
border-color: #D02CAA;
}
.TagClassName
{
border-color: #D02CAA;
}
</style>