Shades of Deep Cerise #D22C7E
Tints of Deep Cerise #D22C7E
RGB
CMYK
RGB Variations
Color information
#D22C7E (or 0xD22C7E) is known color: Deep Cerise. HEX triplet: D2, 2C and 7E. RGB value is (210,44,126). Sum of RGB (Red+Green+Blue) = 210+44+126=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C7E is #2DD381. Grayscale: #666666. Windows color (decimal): -3003266 or 8269010. OLE color: 8269010.
HSL color Cylindrical-coordinate representation of color #D22C7E: hue angle of 330.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C7E is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 126 | - |
| CMYK | 0 | 0.79 | 0.4 | 0.18 |
| HSL | 330.36º | 0.65% | 0.5% | - |
| HSV(B) | 330.36º | 0.79% | 0.82% | - |
| XYZ | 31.24 | 17.01 | 21.38 | - |
| YUV | 102.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 126 | 0 | 0.79 | 0.4 | 0.18 | 330.36 | 0.65 | 0.5 |
| Hex | D2 | 2C | 7E | 0 | 4F | 28 | 12 | 14A | 41 | 32 |
| Octal | 322 | 54 | 176 | 0 | 117 | 50 | 22 | 512 | 101 | 62 |
| Binary | 11010010 | 101100 | 1111110 | 0 | 1001111 | 101000 | 10010 | 101001010 | 1000001 | 110010 |
Color Harmonies of #D22C7E
Complementary color
Monochromatic Colors of #D22C7E
Black with #D22C7E
Text Example
Text Example
White with #D22C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C7E; }
p { color: rgb(210,44,126); }
H1.HeaderClassName
{
color: #D22C7E;
}
.AnyTagClassName
{
color: #D22C7E;
}
</style>
background-color css
<style>
a { background-color: #D22C7E; }
a { background-color: rgb(210,44,126); }
div.DivClassName
{
background-color: #D22C7E;
}
.BgClassName
{
background-color: #D22C7E;
}
</style>
border-color css
<style>
span { border-color: #D22C7E; }
span { border-color: rgb(210,44,126); }
td.TdClassName
{
border-color: #D22C7E;
}
.TagClassName
{
border-color: #D22C7E;
}
</style>