Shades of Deep Cerise #D22788
Tints of Deep Cerise #D22788
RGB
CMYK
RGB Variations
Color information
#D22788 (or 0xD22788) is known color: Deep Cerise. HEX triplet: D2, 27 and 88. RGB value is (210,39,136). Sum of RGB (Red+Green+Blue) = 210+39+136=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D22788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22788 is #2DD877. Grayscale: #646464. Windows color (decimal): -3004536 or 8923090. OLE color: 8923090.
HSL color Cylindrical-coordinate representation of color #D22788: hue angle of 325.96º degrees, saturation: 0.69, 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 #D22788 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 136 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.18 |
| HSL | 325.96º | 0.69% | 0.49% | - |
| HSV(B) | 325.96º | 0.81% | 0.82% | - |
| XYZ | 31.75 | 16.93 | 24.89 | - |
| YUV | 101.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 136 | 0 | 0.81 | 0.35 | 0.18 | 325.96 | 0.69 | 0.49 |
| Hex | D2 | 27 | 88 | 0 | 51 | 23 | 12 | 146 | 45 | 31 |
| Octal | 322 | 47 | 210 | 0 | 121 | 43 | 22 | 506 | 105 | 61 |
| Binary | 11010010 | 100111 | 10001000 | 0 | 1010001 | 100011 | 10010 | 101000110 | 1000101 | 110001 |
Color Harmonies of #D22788
Complementary color
Monochromatic Colors of #D22788
Black with #D22788
Text Example
Text Example
White with #D22788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22788; }
p { color: rgb(210,39,136); }
H1.HeaderClassName
{
color: #D22788;
}
.AnyTagClassName
{
color: #D22788;
}
</style>
background-color css
<style>
a { background-color: #D22788; }
a { background-color: rgb(210,39,136); }
div.DivClassName
{
background-color: #D22788;
}
.BgClassName
{
background-color: #D22788;
}
</style>
border-color css
<style>
span { border-color: #D22788; }
span { border-color: rgb(210,39,136); }
td.TdClassName
{
border-color: #D22788;
}
.TagClassName
{
border-color: #D22788;
}
</style>