Shades of Deep Cerise #D62DA0
Tints of Deep Cerise #D62DA0
RGB
CMYK
RGB Variations
Color information
#D62DA0 (or 0xD62DA0) is known color: Deep Cerise. HEX triplet: D6, 2D and A0. RGB value is (214,45,160). Sum of RGB (Red+Green+Blue) = 214+45+160=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA0 is #29D25F. Grayscale: #6C6C6C. Windows color (decimal): -2740832 or 10497494. OLE color: 10497494.
HSL color Cylindrical-coordinate representation of color #D62DA0: hue angle of 319.17º 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 #D62DA0 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 160 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.16 |
| HSL | 319.17º | 0.67% | 0.51% | - |
| HSV(B) | 319.17º | 0.79% | 0.84% | - |
| XYZ | 35.02 | 18.71 | 35.02 | - |
| YUV | 108.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 160 | 0 | 0.79 | 0.25 | 0.16 | 319.17 | 0.67 | 0.51 |
| Hex | D6 | 2D | A0 | 0 | 4F | 19 | 10 | 13F | 43 | 33 |
| Octal | 326 | 55 | 240 | 0 | 117 | 31 | 20 | 477 | 103 | 63 |
| Binary | 11010110 | 101101 | 10100000 | 0 | 1001111 | 11001 | 10000 | 100111111 | 1000011 | 110011 |
Color Harmonies of #D62DA0
Complementary color
Monochromatic Colors of #D62DA0
Black with #D62DA0
Text Example
Text Example
White with #D62DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DA0; }
p { color: rgb(214,45,160); }
H1.HeaderClassName
{
color: #D62DA0;
}
.AnyTagClassName
{
color: #D62DA0;
}
</style>
background-color css
<style>
a { background-color: #D62DA0; }
a { background-color: rgb(214,45,160); }
div.DivClassName
{
background-color: #D62DA0;
}
.BgClassName
{
background-color: #D62DA0;
}
</style>
border-color css
<style>
span { border-color: #D62DA0; }
span { border-color: rgb(214,45,160); }
td.TdClassName
{
border-color: #D62DA0;
}
.TagClassName
{
border-color: #D62DA0;
}
</style>