Shades of Deep Cerise #D22F74
Tints of Deep Cerise #D22F74
RGB
CMYK
RGB Variations
Color information
#D22F74 (or 0xD22F74) is known color: Deep Cerise. HEX triplet: D2, 2F and 74. RGB value is (210,47,116). Sum of RGB (Red+Green+Blue) = 210+47+116=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22F74 is #2DD08B. Grayscale: #676767. Windows color (decimal): -3002508 or 7614418. OLE color: 7614418.
HSL color Cylindrical-coordinate representation of color #D22F74: hue angle of 334.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F74 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 116 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.18 |
| HSL | 334.6º | 0.64% | 0.5% | - |
| HSV(B) | 334.6º | 0.78% | 0.82% | - |
| XYZ | 30.75 | 17 | 18.18 | - |
| YUV | 103.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 116 | 0 | 0.78 | 0.45 | 0.18 | 334.6 | 0.64 | 0.5 |
| Hex | D2 | 2F | 74 | 0 | 4E | 2D | 12 | 14F | 40 | 32 |
| Octal | 322 | 57 | 164 | 0 | 116 | 55 | 22 | 517 | 100 | 62 |
| Binary | 11010010 | 101111 | 1110100 | 0 | 1001110 | 101101 | 10010 | 101001111 | 1000000 | 110010 |
Color Harmonies of #D22F74
Complementary color
Monochromatic Colors of #D22F74
Black with #D22F74
Text Example
Text Example
White with #D22F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F74; }
p { color: rgb(210,47,116); }
H1.HeaderClassName
{
color: #D22F74;
}
.AnyTagClassName
{
color: #D22F74;
}
</style>
background-color css
<style>
a { background-color: #D22F74; }
a { background-color: rgb(210,47,116); }
div.DivClassName
{
background-color: #D22F74;
}
.BgClassName
{
background-color: #D22F74;
}
</style>
border-color css
<style>
span { border-color: #D22F74; }
span { border-color: rgb(210,47,116); }
td.TdClassName
{
border-color: #D22F74;
}
.TagClassName
{
border-color: #D22F74;
}
</style>