Shades of Deep Cerise #D22474
Tints of Deep Cerise #D22474
RGB
CMYK
RGB Variations
Color information
#D22474 (or 0xD22474) is known color: Deep Cerise. HEX triplet: D2, 24 and 74. RGB value is (210,36,116). Sum of RGB (Red+Green+Blue) = 210+36+116=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D22474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22474 is #2DDB8B. Grayscale: #616161. Windows color (decimal): -3005324 or 7611602. OLE color: 7611602.
HSL color Cylindrical-coordinate representation of color #D22474: hue angle of 332.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22474 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 116 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.18 |
| HSL | 332.41º | 0.71% | 0.48% | - |
| HSV(B) | 332.41º | 0.83% | 0.82% | - |
| XYZ | 30.36 | 16.22 | 18.05 | - |
| YUV | 97.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 116 | 0 | 0.83 | 0.45 | 0.18 | 332.41 | 0.71 | 0.48 |
| Hex | D2 | 24 | 74 | 0 | 53 | 2D | 12 | 14C | 47 | 30 |
| Octal | 322 | 44 | 164 | 0 | 123 | 55 | 22 | 514 | 107 | 60 |
| Binary | 11010010 | 100100 | 1110100 | 0 | 1010011 | 101101 | 10010 | 101001100 | 1000111 | 110000 |
Color Harmonies of #D22474
Complementary color
Monochromatic Colors of #D22474
Black with #D22474
Text Example
Text Example
White with #D22474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22474; }
p { color: rgb(210,36,116); }
H1.HeaderClassName
{
color: #D22474;
}
.AnyTagClassName
{
color: #D22474;
}
</style>
background-color css
<style>
a { background-color: #D22474; }
a { background-color: rgb(210,36,116); }
div.DivClassName
{
background-color: #D22474;
}
.BgClassName
{
background-color: #D22474;
}
</style>
border-color css
<style>
span { border-color: #D22474; }
span { border-color: rgb(210,36,116); }
td.TdClassName
{
border-color: #D22474;
}
.TagClassName
{
border-color: #D22474;
}
</style>