Shades of Deep Cerise #D22879
Tints of Deep Cerise #D22879
RGB
CMYK
RGB Variations
Color information
#D22879 (or 0xD22879) is known color: Deep Cerise. HEX triplet: D2, 28 and 79. RGB value is (210,40,121). Sum of RGB (Red+Green+Blue) = 210+40+121=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D22879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22879 is #2DD786. Grayscale: #636363. Windows color (decimal): -3004295 or 7940306. OLE color: 7940306.
HSL color Cylindrical-coordinate representation of color #D22879: hue angle of 331.41º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22879 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 121 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.18 |
| HSL | 331.41º | 0.68% | 0.49% | - |
| HSV(B) | 331.41º | 0.81% | 0.82% | - |
| XYZ | 30.79 | 16.6 | 19.67 | - |
| YUV | 100.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 121 | 0 | 0.81 | 0.42 | 0.18 | 331.41 | 0.68 | 0.49 |
| Hex | D2 | 28 | 79 | 0 | 51 | 2A | 12 | 14B | 44 | 31 |
| Octal | 322 | 50 | 171 | 0 | 121 | 52 | 22 | 513 | 104 | 61 |
| Binary | 11010010 | 101000 | 1111001 | 0 | 1010001 | 101010 | 10010 | 101001011 | 1000100 | 110001 |
Color Harmonies of #D22879
Complementary color
Monochromatic Colors of #D22879
Black with #D22879
Text Example
Text Example
White with #D22879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22879; }
p { color: rgb(210,40,121); }
H1.HeaderClassName
{
color: #D22879;
}
.AnyTagClassName
{
color: #D22879;
}
</style>
background-color css
<style>
a { background-color: #D22879; }
a { background-color: rgb(210,40,121); }
div.DivClassName
{
background-color: #D22879;
}
.BgClassName
{
background-color: #D22879;
}
</style>
border-color css
<style>
span { border-color: #D22879; }
span { border-color: rgb(210,40,121); }
td.TdClassName
{
border-color: #D22879;
}
.TagClassName
{
border-color: #D22879;
}
</style>