Shades of Deep Cerise #D22792
Tints of Deep Cerise #D22792
RGB
CMYK
RGB Variations
Color information
#D22792 (or 0xD22792) is known color: Deep Cerise. HEX triplet: D2, 27 and 92. RGB value is (210,39,146). Sum of RGB (Red+Green+Blue) = 210+39+146=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D22792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22792 is #2DD86D. Grayscale: #666666. Windows color (decimal): -3004526 or 9578450. OLE color: 9578450.
HSL color Cylindrical-coordinate representation of color #D22792: hue angle of 322.46º 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 #D22792 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 146 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.18 |
| HSL | 322.46º | 0.69% | 0.49% | - |
| HSV(B) | 322.46º | 0.81% | 0.82% | - |
| XYZ | 32.49 | 17.23 | 28.81 | - |
| YUV | 102.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 146 | 0 | 0.81 | 0.30 | 0.18 | 322.46 | 0.69 | 0.49 |
| Hex | D2 | 27 | 92 | 0 | 51 | 1E | 12 | 142 | 45 | 31 |
| Octal | 322 | 47 | 222 | 0 | 121 | 36 | 22 | 502 | 105 | 61 |
| Binary | 11010010 | 100111 | 10010010 | 0 | 1010001 | 11110 | 10010 | 101000010 | 1000101 | 110001 |
Color Harmonies of #D22792
Complementary color
Monochromatic Colors of #D22792
Black with #D22792
Text Example
Text Example
White with #D22792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22792; }
p { color: rgb(210,39,146); }
H1.HeaderClassName
{
color: #D22792;
}
.AnyTagClassName
{
color: #D22792;
}
</style>
background-color css
<style>
a { background-color: #D22792; }
a { background-color: rgb(210,39,146); }
div.DivClassName
{
background-color: #D22792;
}
.BgClassName
{
background-color: #D22792;
}
</style>
border-color css
<style>
span { border-color: #D22792; }
span { border-color: rgb(210,39,146); }
td.TdClassName
{
border-color: #D22792;
}
.TagClassName
{
border-color: #D22792;
}
</style>