Shades of Deep Cerise #D22880
Tints of Deep Cerise #D22880
RGB
CMYK
RGB Variations
Color information
#D22880 (or 0xD22880) is known color: Deep Cerise. HEX triplet: D2, 28 and 80. RGB value is (210,40,128). Sum of RGB (Red+Green+Blue) = 210+40+128=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D22880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22880 is #2DD77F. Grayscale: #646464. Windows color (decimal): -3004288 or 8399058. OLE color: 8399058.
HSL color Cylindrical-coordinate representation of color #D22880: hue angle of 328.94º 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 #D22880 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 128 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.18 |
| HSL | 328.94º | 0.68% | 0.49% | - |
| HSV(B) | 328.94º | 0.81% | 0.82% | - |
| XYZ | 31.23 | 16.78 | 22.01 | - |
| YUV | 100.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 128 | 0 | 0.81 | 0.39 | 0.18 | 328.94 | 0.68 | 0.49 |
| Hex | D2 | 28 | 80 | 0 | 51 | 27 | 12 | 149 | 44 | 31 |
| Octal | 322 | 50 | 200 | 0 | 121 | 47 | 22 | 511 | 104 | 61 |
| Binary | 11010010 | 101000 | 10000000 | 0 | 1010001 | 100111 | 10010 | 101001001 | 1000100 | 110001 |
Color Harmonies of #D22880
Complementary color
Monochromatic Colors of #D22880
Black with #D22880
Text Example
Text Example
White with #D22880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22880; }
p { color: rgb(210,40,128); }
H1.HeaderClassName
{
color: #D22880;
}
.AnyTagClassName
{
color: #D22880;
}
</style>
background-color css
<style>
a { background-color: #D22880; }
a { background-color: rgb(210,40,128); }
div.DivClassName
{
background-color: #D22880;
}
.BgClassName
{
background-color: #D22880;
}
</style>
border-color css
<style>
span { border-color: #D22880; }
span { border-color: rgb(210,40,128); }
td.TdClassName
{
border-color: #D22880;
}
.TagClassName
{
border-color: #D22880;
}
</style>