Shades of Deep Cerise #D62074
Tints of Deep Cerise #D62074
RGB
CMYK
RGB Variations
Color information
#D62074 (or 0xD62074) is known color: Deep Cerise. HEX triplet: D6, 20 and 74. RGB value is (214,32,116). Sum of RGB (Red+Green+Blue) = 214+32+116=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D62074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62074 is #29DF8B. Grayscale: #5F5F5F. Windows color (decimal): -2744204 or 7610582. OLE color: 7610582.
HSL color Cylindrical-coordinate representation of color #D62074: hue angle of 332.31º 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 #D62074 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 116 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.16 |
| HSL | 332.31º | 0.74% | 0.48% | - |
| HSV(B) | 332.31º | 0.85% | 0.84% | - |
| XYZ | 31.4 | 16.59 | 18.07 | - |
| YUV | 95.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 116 | 0 | 0.85 | 0.46 | 0.16 | 332.31 | 0.74 | 0.48 |
| Hex | D6 | 20 | 74 | 0 | 55 | 2E | 10 | 14C | 4A | 30 |
| Octal | 326 | 40 | 164 | 0 | 125 | 56 | 20 | 514 | 112 | 60 |
| Binary | 11010110 | 100000 | 1110100 | 0 | 1010101 | 101110 | 10000 | 101001100 | 1001010 | 110000 |
Color Harmonies of #D62074
Complementary color
Monochromatic Colors of #D62074
Black with #D62074
Text Example
Text Example
White with #D62074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62074; }
p { color: rgb(214,32,116); }
H1.HeaderClassName
{
color: #D62074;
}
.AnyTagClassName
{
color: #D62074;
}
</style>
background-color css
<style>
a { background-color: #D62074; }
a { background-color: rgb(214,32,116); }
div.DivClassName
{
background-color: #D62074;
}
.BgClassName
{
background-color: #D62074;
}
</style>
border-color css
<style>
span { border-color: #D62074; }
span { border-color: rgb(214,32,116); }
td.TdClassName
{
border-color: #D62074;
}
.TagClassName
{
border-color: #D62074;
}
</style>