Shades of Deep Cerise #D72C90
Tints of Deep Cerise #D72C90
RGB
CMYK
RGB Variations
Color information
#D72C90 (or 0xD72C90) is known color: Deep Cerise. HEX triplet: D7, 2C and 90. RGB value is (215,44,144). Sum of RGB (Red+Green+Blue) = 215+44+144=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C90 is #28D36F. Grayscale: #6A6A6A. Windows color (decimal): -2675568 or 9448663. OLE color: 9448663.
HSL color Cylindrical-coordinate representation of color #D72C90: hue angle of 324.91º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72C90 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 144 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.16 |
| HSL | 324.91º | 0.68% | 0.51% | - |
| HSV(B) | 324.91º | 0.8% | 0.84% | - |
| XYZ | 33.96 | 18.26 | 28.12 | - |
| YUV | 106.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 144 | 0 | 0.80 | 0.33 | 0.16 | 324.91 | 0.68 | 0.51 |
| Hex | D7 | 2C | 90 | 0 | 50 | 21 | 10 | 145 | 44 | 33 |
| Octal | 327 | 54 | 220 | 0 | 120 | 41 | 20 | 505 | 104 | 63 |
| Binary | 11010111 | 101100 | 10010000 | 0 | 1010000 | 100001 | 10000 | 101000101 | 1000100 | 110011 |
Color Harmonies of #D72C90
Complementary color
Monochromatic Colors of #D72C90
Black with #D72C90
Text Example
Text Example
White with #D72C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C90; }
p { color: rgb(215,44,144); }
H1.HeaderClassName
{
color: #D72C90;
}
.AnyTagClassName
{
color: #D72C90;
}
</style>
background-color css
<style>
a { background-color: #D72C90; }
a { background-color: rgb(215,44,144); }
div.DivClassName
{
background-color: #D72C90;
}
.BgClassName
{
background-color: #D72C90;
}
</style>
border-color css
<style>
span { border-color: #D72C90; }
span { border-color: rgb(215,44,144); }
td.TdClassName
{
border-color: #D72C90;
}
.TagClassName
{
border-color: #D72C90;
}
</style>