Shades of Deep Cerise #D62E74
Tints of Deep Cerise #D62E74
RGB
CMYK
RGB Variations
Color information
#D62E74 (or 0xD62E74) is known color: Deep Cerise. HEX triplet: D6, 2E and 74. RGB value is (214,46,116). Sum of RGB (Red+Green+Blue) = 214+46+116=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62E74 is #29D18B. Grayscale: #686868. Windows color (decimal): -2740620 or 7614166. OLE color: 7614166.
HSL color Cylindrical-coordinate representation of color #D62E74: hue angle of 335º 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 #D62E74 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 116 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.16 |
| HSL | 335º | 0.67% | 0.51% | - |
| HSV(B) | 335º | 0.79% | 0.84% | - |
| XYZ | 31.86 | 17.51 | 18.22 | - |
| YUV | 104.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 116 | 0 | 0.79 | 0.46 | 0.16 | 335 | 0.67 | 0.51 |
| Hex | D6 | 2E | 74 | 0 | 4F | 2E | 10 | 14F | 43 | 33 |
| Octal | 326 | 56 | 164 | 0 | 117 | 56 | 20 | 517 | 103 | 63 |
| Binary | 11010110 | 101110 | 1110100 | 0 | 1001111 | 101110 | 10000 | 101001111 | 1000011 | 110011 |
Color Harmonies of #D62E74
Complementary color
Monochromatic Colors of #D62E74
Black with #D62E74
Text Example
Text Example
White with #D62E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E74; }
p { color: rgb(214,46,116); }
H1.HeaderClassName
{
color: #D62E74;
}
.AnyTagClassName
{
color: #D62E74;
}
</style>
background-color css
<style>
a { background-color: #D62E74; }
a { background-color: rgb(214,46,116); }
div.DivClassName
{
background-color: #D62E74;
}
.BgClassName
{
background-color: #D62E74;
}
</style>
border-color css
<style>
span { border-color: #D62E74; }
span { border-color: rgb(214,46,116); }
td.TdClassName
{
border-color: #D62E74;
}
.TagClassName
{
border-color: #D62E74;
}
</style>