Shades of Deep Cerise #D62CA2
Tints of Deep Cerise #D62CA2
RGB
CMYK
RGB Variations
Color information
#D62CA2 (or 0xD62CA2) is known color: Deep Cerise. HEX triplet: D6, 2C and A2. RGB value is (214,44,162). Sum of RGB (Red+Green+Blue) = 214+44+162=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62CA2 is #29D35D. Grayscale: #6B6B6B. Windows color (decimal): -2741086 or 10628310. OLE color: 10628310.
HSL color Cylindrical-coordinate representation of color #D62CA2: hue angle of 318.35º 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 #D62CA2 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 162 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.16 |
| HSL | 318.35º | 0.67% | 0.51% | - |
| HSV(B) | 318.35º | 0.79% | 0.84% | - |
| XYZ | 35.15 | 18.71 | 35.94 | - |
| YUV | 108.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 162 | 0 | 0.79 | 0.24 | 0.16 | 318.35 | 0.67 | 0.51 |
| Hex | D6 | 2C | A2 | 0 | 4F | 18 | 10 | 13E | 43 | 33 |
| Octal | 326 | 54 | 242 | 0 | 117 | 30 | 20 | 476 | 103 | 63 |
| Binary | 11010110 | 101100 | 10100010 | 0 | 1001111 | 11000 | 10000 | 100111110 | 1000011 | 110011 |
Color Harmonies of #D62CA2
Complementary color
Monochromatic Colors of #D62CA2
Black with #D62CA2
Text Example
Text Example
White with #D62CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CA2; }
p { color: rgb(214,44,162); }
H1.HeaderClassName
{
color: #D62CA2;
}
.AnyTagClassName
{
color: #D62CA2;
}
</style>
background-color css
<style>
a { background-color: #D62CA2; }
a { background-color: rgb(214,44,162); }
div.DivClassName
{
background-color: #D62CA2;
}
.BgClassName
{
background-color: #D62CA2;
}
</style>
border-color css
<style>
span { border-color: #D62CA2; }
span { border-color: rgb(214,44,162); }
td.TdClassName
{
border-color: #D62CA2;
}
.TagClassName
{
border-color: #D62CA2;
}
</style>