Shades of Deep Cerise #D62073
Tints of Deep Cerise #D62073
RGB
CMYK
RGB Variations
Color information
#D62073 (or 0xD62073) is known color: Deep Cerise. HEX triplet: D6, 20 and 73. RGB value is (214,32,115). Sum of RGB (Red+Green+Blue) = 214+32+115=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D62073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62073 is #29DF8C. Grayscale: #5F5F5F. Windows color (decimal): -2744205 or 7545046. OLE color: 7545046.
HSL color Cylindrical-coordinate representation of color #D62073: hue angle of 332.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62073 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 115 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.16 |
| HSL | 332.64º | 0.74% | 0.48% | - |
| HSV(B) | 332.64º | 0.85% | 0.84% | - |
| XYZ | 31.34 | 16.57 | 17.77 | - |
| YUV | 95.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 115 | 0 | 0.85 | 0.46 | 0.16 | 332.64 | 0.74 | 0.48 |
| Hex | D6 | 20 | 73 | 0 | 55 | 2E | 10 | 14D | 4A | 30 |
| Octal | 326 | 40 | 163 | 0 | 125 | 56 | 20 | 515 | 112 | 60 |
| Binary | 11010110 | 100000 | 1110011 | 0 | 1010101 | 101110 | 10000 | 101001101 | 1001010 | 110000 |
Color Harmonies of #D62073
Complementary color
Monochromatic Colors of #D62073
Black with #D62073
Text Example
Text Example
White with #D62073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62073; }
p { color: rgb(214,32,115); }
H1.HeaderClassName
{
color: #D62073;
}
.AnyTagClassName
{
color: #D62073;
}
</style>
background-color css
<style>
a { background-color: #D62073; }
a { background-color: rgb(214,32,115); }
div.DivClassName
{
background-color: #D62073;
}
.BgClassName
{
background-color: #D62073;
}
</style>
border-color css
<style>
span { border-color: #D62073; }
span { border-color: rgb(214,32,115); }
td.TdClassName
{
border-color: #D62073;
}
.TagClassName
{
border-color: #D62073;
}
</style>