Shades of Deep Cerise #D62EAA
Tints of Deep Cerise #D62EAA
RGB
CMYK
RGB Variations
Color information
#D62EAA (or 0xD62EAA) is known color: Deep Cerise. HEX triplet: D6, 2E and AA. RGB value is (214,46,170). Sum of RGB (Red+Green+Blue) = 214+46+170=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62EAA is #29D155. Grayscale: #6E6E6E. Windows color (decimal): -2740566 or 11153110. OLE color: 11153110.
HSL color Cylindrical-coordinate representation of color #D62EAA: hue angle of 315.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62EAA is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 170 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.16 |
| HSL | 315.71º | 0.67% | 0.51% | - |
| HSV(B) | 315.71º | 0.79% | 0.84% | - |
| XYZ | 35.96 | 19.15 | 39.83 | - |
| YUV | 110.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 170 | 0 | 0.79 | 0.21 | 0.16 | 315.71 | 0.67 | 0.51 |
| Hex | D6 | 2E | AA | 0 | 4F | 15 | 10 | 13C | 43 | 33 |
| Octal | 326 | 56 | 252 | 0 | 117 | 25 | 20 | 474 | 103 | 63 |
| Binary | 11010110 | 101110 | 10101010 | 0 | 1001111 | 10101 | 10000 | 100111100 | 1000011 | 110011 |
Color Harmonies of #D62EAA
Complementary color
Monochromatic Colors of #D62EAA
Black with #D62EAA
Text Example
Text Example
White with #D62EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62EAA; }
p { color: rgb(214,46,170); }
H1.HeaderClassName
{
color: #D62EAA;
}
.AnyTagClassName
{
color: #D62EAA;
}
</style>
background-color css
<style>
a { background-color: #D62EAA; }
a { background-color: rgb(214,46,170); }
div.DivClassName
{
background-color: #D62EAA;
}
.BgClassName
{
background-color: #D62EAA;
}
</style>
border-color css
<style>
span { border-color: #D62EAA; }
span { border-color: rgb(214,46,170); }
td.TdClassName
{
border-color: #D62EAA;
}
.TagClassName
{
border-color: #D62EAA;
}
</style>