Shades of Deep Cerise #D62EA2
Tints of Deep Cerise #D62EA2
RGB
CMYK
RGB Variations
Color information
#D62EA2 (or 0xD62EA2) is known color: Deep Cerise. HEX triplet: D6, 2E and A2. RGB value is (214,46,162). Sum of RGB (Red+Green+Blue) = 214+46+162=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62EA2 is #29D15D. Grayscale: #6D6D6D. Windows color (decimal): -2740574 or 10628822. OLE color: 10628822.
HSL color Cylindrical-coordinate representation of color #D62EA2: hue angle of 318.57º 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 #D62EA2 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 162 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.16 |
| HSL | 318.57º | 0.67% | 0.51% | - |
| HSV(B) | 318.57º | 0.79% | 0.84% | - |
| XYZ | 35.23 | 18.86 | 35.97 | - |
| YUV | 109.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 162 | 0 | 0.79 | 0.24 | 0.16 | 318.57 | 0.67 | 0.51 |
| Hex | D6 | 2E | A2 | 0 | 4F | 18 | 10 | 13F | 43 | 33 |
| Octal | 326 | 56 | 242 | 0 | 117 | 30 | 20 | 477 | 103 | 63 |
| Binary | 11010110 | 101110 | 10100010 | 0 | 1001111 | 11000 | 10000 | 100111111 | 1000011 | 110011 |
Color Harmonies of #D62EA2
Complementary color
Monochromatic Colors of #D62EA2
Black with #D62EA2
Text Example
Text Example
White with #D62EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62EA2; }
p { color: rgb(214,46,162); }
H1.HeaderClassName
{
color: #D62EA2;
}
.AnyTagClassName
{
color: #D62EA2;
}
</style>
background-color css
<style>
a { background-color: #D62EA2; }
a { background-color: rgb(214,46,162); }
div.DivClassName
{
background-color: #D62EA2;
}
.BgClassName
{
background-color: #D62EA2;
}
</style>
border-color css
<style>
span { border-color: #D62EA2; }
span { border-color: rgb(214,46,162); }
td.TdClassName
{
border-color: #D62EA2;
}
.TagClassName
{
border-color: #D62EA2;
}
</style>