Shades of Deep Cerise #D62F74
Tints of Deep Cerise #D62F74
RGB
CMYK
RGB Variations
Color information
#D62F74 (or 0xD62F74) is known color: Deep Cerise. HEX triplet: D6, 2F and 74. RGB value is (214,47,116). Sum of RGB (Red+Green+Blue) = 214+47+116=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F74 is #29D08B. Grayscale: #686868. Windows color (decimal): -2740364 or 7614422. OLE color: 7614422.
HSL color Cylindrical-coordinate representation of color #D62F74: hue angle of 335.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F74 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 116 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.16 |
| HSL | 335.21º | 0.67% | 0.51% | - |
| HSV(B) | 335.21º | 0.78% | 0.84% | - |
| XYZ | 31.9 | 17.59 | 18.24 | - |
| YUV | 104.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 116 | 0 | 0.78 | 0.46 | 0.16 | 335.21 | 0.67 | 0.51 |
| Hex | D6 | 2F | 74 | 0 | 4E | 2E | 10 | 14F | 43 | 33 |
| Octal | 326 | 57 | 164 | 0 | 116 | 56 | 20 | 517 | 103 | 63 |
| Binary | 11010110 | 101111 | 1110100 | 0 | 1001110 | 101110 | 10000 | 101001111 | 1000011 | 110011 |
Color Harmonies of #D62F74
Complementary color
Monochromatic Colors of #D62F74
Black with #D62F74
Text Example
Text Example
White with #D62F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F74; }
p { color: rgb(214,47,116); }
H1.HeaderClassName
{
color: #D62F74;
}
.AnyTagClassName
{
color: #D62F74;
}
</style>
background-color css
<style>
a { background-color: #D62F74; }
a { background-color: rgb(214,47,116); }
div.DivClassName
{
background-color: #D62F74;
}
.BgClassName
{
background-color: #D62F74;
}
</style>
border-color css
<style>
span { border-color: #D62F74; }
span { border-color: rgb(214,47,116); }
td.TdClassName
{
border-color: #D62F74;
}
.TagClassName
{
border-color: #D62F74;
}
</style>