Shades of Deep Cerise #D62A96
Tints of Deep Cerise #D62A96
RGB
CMYK
RGB Variations
Color information
#D62A96 (or 0xD62A96) is known color: Deep Cerise. HEX triplet: D6, 2A and 96. RGB value is (214,42,150). Sum of RGB (Red+Green+Blue) = 214+42+150=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A96 is #29D569. Grayscale: #696969. Windows color (decimal): -2741610 or 9841366. OLE color: 9841366.
HSL color Cylindrical-coordinate representation of color #D62A96: hue angle of 322.33º 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 #D62A96 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 150 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.16 |
| HSL | 322.33º | 0.68% | 0.5% | - |
| HSV(B) | 322.33º | 0.8% | 0.84% | - |
| XYZ | 34.06 | 18.15 | 30.56 | - |
| YUV | 105.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 150 | 0 | 0.80 | 0.30 | 0.16 | 322.33 | 0.68 | 0.5 |
| Hex | D6 | 2A | 96 | 0 | 50 | 1E | 10 | 142 | 44 | 32 |
| Octal | 326 | 52 | 226 | 0 | 120 | 36 | 20 | 502 | 104 | 62 |
| Binary | 11010110 | 101010 | 10010110 | 0 | 1010000 | 11110 | 10000 | 101000010 | 1000100 | 110010 |
Color Harmonies of #D62A96
Complementary color
Monochromatic Colors of #D62A96
Black with #D62A96
Text Example
Text Example
White with #D62A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A96; }
p { color: rgb(214,42,150); }
H1.HeaderClassName
{
color: #D62A96;
}
.AnyTagClassName
{
color: #D62A96;
}
</style>
background-color css
<style>
a { background-color: #D62A96; }
a { background-color: rgb(214,42,150); }
div.DivClassName
{
background-color: #D62A96;
}
.BgClassName
{
background-color: #D62A96;
}
</style>
border-color css
<style>
span { border-color: #D62A96; }
span { border-color: rgb(214,42,150); }
td.TdClassName
{
border-color: #D62A96;
}
.TagClassName
{
border-color: #D62A96;
}
</style>