Shades of Deep Cerise #D62AAA
Tints of Deep Cerise #D62AAA
RGB
CMYK
RGB Variations
Color information
#D62AAA (or 0xD62AAA) is known color: Deep Cerise. HEX triplet: D6, 2A and AA. RGB value is (214,42,170). Sum of RGB (Red+Green+Blue) = 214+42+170=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62AAA is #29D555. Grayscale: #6B6B6B. Windows color (decimal): -2741590 or 11152086. OLE color: 11152086.
HSL color Cylindrical-coordinate representation of color #D62AAA: hue angle of 315.35º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62AAA is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 170 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.16 |
| HSL | 315.35º | 0.68% | 0.5% | - |
| HSV(B) | 315.35º | 0.8% | 0.84% | - |
| XYZ | 35.82 | 18.85 | 39.78 | - |
| YUV | 108.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 170 | 0 | 0.80 | 0.21 | 0.16 | 315.35 | 0.68 | 0.5 |
| Hex | D6 | 2A | AA | 0 | 50 | 15 | 10 | 13B | 44 | 32 |
| Octal | 326 | 52 | 252 | 0 | 120 | 25 | 20 | 473 | 104 | 62 |
| Binary | 11010110 | 101010 | 10101010 | 0 | 1010000 | 10101 | 10000 | 100111011 | 1000100 | 110010 |
Color Harmonies of #D62AAA
Complementary color
Monochromatic Colors of #D62AAA
Black with #D62AAA
Text Example
Text Example
White with #D62AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AAA; }
p { color: rgb(214,42,170); }
H1.HeaderClassName
{
color: #D62AAA;
}
.AnyTagClassName
{
color: #D62AAA;
}
</style>
background-color css
<style>
a { background-color: #D62AAA; }
a { background-color: rgb(214,42,170); }
div.DivClassName
{
background-color: #D62AAA;
}
.BgClassName
{
background-color: #D62AAA;
}
</style>
border-color css
<style>
span { border-color: #D62AAA; }
span { border-color: rgb(214,42,170); }
td.TdClassName
{
border-color: #D62AAA;
}
.TagClassName
{
border-color: #D62AAA;
}
</style>