Shades of Deep Cerise #D72190
Tints of Deep Cerise #D72190
RGB
CMYK
RGB Variations
Color information
#D72190 (or 0xD72190) is known color: Deep Cerise. HEX triplet: D7, 21 and 90. RGB value is (215,33,144). Sum of RGB (Red+Green+Blue) = 215+33+144=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D72190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72190 is #28DE6F. Grayscale: #636363. Windows color (decimal): -2678384 or 9445847. OLE color: 9445847.
HSL color Cylindrical-coordinate representation of color #D72190: hue angle of 323.41º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72190 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 144 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.16 |
| HSL | 323.41º | 0.73% | 0.49% | - |
| HSV(B) | 323.41º | 0.85% | 0.84% | - |
| XYZ | 33.6 | 17.55 | 28 | - |
| YUV | 100.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 144 | 0 | 0.85 | 0.33 | 0.16 | 323.41 | 0.73 | 0.49 |
| Hex | D7 | 21 | 90 | 0 | 55 | 21 | 10 | 143 | 49 | 31 |
| Octal | 327 | 41 | 220 | 0 | 125 | 41 | 20 | 503 | 111 | 61 |
| Binary | 11010111 | 100001 | 10010000 | 0 | 1010101 | 100001 | 10000 | 101000011 | 1001001 | 110001 |
Color Harmonies of #D72190
Complementary color
Monochromatic Colors of #D72190
Black with #D72190
Text Example
Text Example
White with #D72190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72190; }
p { color: rgb(215,33,144); }
H1.HeaderClassName
{
color: #D72190;
}
.AnyTagClassName
{
color: #D72190;
}
</style>
background-color css
<style>
a { background-color: #D72190; }
a { background-color: rgb(215,33,144); }
div.DivClassName
{
background-color: #D72190;
}
.BgClassName
{
background-color: #D72190;
}
</style>
border-color css
<style>
span { border-color: #D72190; }
span { border-color: rgb(215,33,144); }
td.TdClassName
{
border-color: #D72190;
}
.TagClassName
{
border-color: #D72190;
}
</style>