Shades of Deep Cerise #D72295
Tints of Deep Cerise #D72295
RGB
CMYK
RGB Variations
Color information
#D72295 (or 0xD72295) is known color: Deep Cerise. HEX triplet: D7, 22 and 95. RGB value is (215,34,149). Sum of RGB (Red+Green+Blue) = 215+34+149=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D72295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72295 is #28DD6A. Grayscale: #646464. Windows color (decimal): -2678123 or 9773783. OLE color: 9773783.
HSL color Cylindrical-coordinate representation of color #D72295: hue angle of 321.88º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72295 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 149 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.16 |
| HSL | 321.88º | 0.73% | 0.49% | - |
| HSV(B) | 321.88º | 0.84% | 0.84% | - |
| XYZ | 34.02 | 17.76 | 30.07 | - |
| YUV | 101.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 149 | 0 | 0.84 | 0.31 | 0.16 | 321.88 | 0.73 | 0.49 |
| Hex | D7 | 22 | 95 | 0 | 54 | 1F | 10 | 142 | 49 | 31 |
| Octal | 327 | 42 | 225 | 0 | 124 | 37 | 20 | 502 | 111 | 61 |
| Binary | 11010111 | 100010 | 10010101 | 0 | 1010100 | 11111 | 10000 | 101000010 | 1001001 | 110001 |
Color Harmonies of #D72295
Complementary color
Monochromatic Colors of #D72295
Black with #D72295
Text Example
Text Example
White with #D72295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72295; }
p { color: rgb(215,34,149); }
H1.HeaderClassName
{
color: #D72295;
}
.AnyTagClassName
{
color: #D72295;
}
</style>
background-color css
<style>
a { background-color: #D72295; }
a { background-color: rgb(215,34,149); }
div.DivClassName
{
background-color: #D72295;
}
.BgClassName
{
background-color: #D72295;
}
</style>
border-color css
<style>
span { border-color: #D72295; }
span { border-color: rgb(215,34,149); }
td.TdClassName
{
border-color: #D72295;
}
.TagClassName
{
border-color: #D72295;
}
</style>