Shades of Deep Cerise #D22794
Tints of Deep Cerise #D22794
RGB
CMYK
RGB Variations
Color information
#D22794 (or 0xD22794) is known color: Deep Cerise. HEX triplet: D2, 27 and 94. RGB value is (210,39,148). Sum of RGB (Red+Green+Blue) = 210+39+148=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D22794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22794 is #2DD86B. Grayscale: #666666. Windows color (decimal): -3004524 or 9709522. OLE color: 9709522.
HSL color Cylindrical-coordinate representation of color #D22794: hue angle of 321.75º 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 #D22794 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 148 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.18 |
| HSL | 321.75º | 0.69% | 0.49% | - |
| HSV(B) | 321.75º | 0.81% | 0.82% | - |
| XYZ | 32.65 | 17.29 | 29.63 | - |
| YUV | 102.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 148 | 0 | 0.81 | 0.30 | 0.18 | 321.75 | 0.69 | 0.49 |
| Hex | D2 | 27 | 94 | 0 | 51 | 1E | 12 | 142 | 45 | 31 |
| Octal | 322 | 47 | 224 | 0 | 121 | 36 | 22 | 502 | 105 | 61 |
| Binary | 11010010 | 100111 | 10010100 | 0 | 1010001 | 11110 | 10010 | 101000010 | 1000101 | 110001 |
Color Harmonies of #D22794
Complementary color
Monochromatic Colors of #D22794
Black with #D22794
Text Example
Text Example
White with #D22794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22794; }
p { color: rgb(210,39,148); }
H1.HeaderClassName
{
color: #D22794;
}
.AnyTagClassName
{
color: #D22794;
}
</style>
background-color css
<style>
a { background-color: #D22794; }
a { background-color: rgb(210,39,148); }
div.DivClassName
{
background-color: #D22794;
}
.BgClassName
{
background-color: #D22794;
}
</style>
border-color css
<style>
span { border-color: #D22794; }
span { border-color: rgb(210,39,148); }
td.TdClassName
{
border-color: #D22794;
}
.TagClassName
{
border-color: #D22794;
}
</style>