Shades of Deep Cerise #D72B89
Tints of Deep Cerise #D72B89
RGB
CMYK
RGB Variations
Color information
#D72B89 (or 0xD72B89) is known color: Deep Cerise. HEX triplet: D7, 2B and 89. RGB value is (215,43,137). Sum of RGB (Red+Green+Blue) = 215+43+137=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B89 is #28D476. Grayscale: #686868. Windows color (decimal): -2675831 or 8989655. OLE color: 8989655.
HSL color Cylindrical-coordinate representation of color #D72B89: hue angle of 327.21º 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 #D72B89 is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 137 | - |
| CMYK | 0 | 0.8 | 0.36 | 0.16 |
| HSL | 327.21º | 0.68% | 0.51% | - |
| HSV(B) | 327.21º | 0.8% | 0.84% | - |
| XYZ | 33.4 | 17.98 | 25.38 | - |
| YUV | 105.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 137 | 0 | 0.8 | 0.36 | 0.16 | 327.21 | 0.68 | 0.51 |
| Hex | D7 | 2B | 89 | 0 | 50 | 24 | 10 | 147 | 44 | 33 |
| Octal | 327 | 53 | 211 | 0 | 120 | 44 | 20 | 507 | 104 | 63 |
| Binary | 11010111 | 101011 | 10001001 | 0 | 1010000 | 100100 | 10000 | 101000111 | 1000100 | 110011 |
Color Harmonies of #D72B89
Complementary color
Monochromatic Colors of #D72B89
Black with #D72B89
Text Example
Text Example
White with #D72B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B89; }
p { color: rgb(215,43,137); }
H1.HeaderClassName
{
color: #D72B89;
}
.AnyTagClassName
{
color: #D72B89;
}
</style>
background-color css
<style>
a { background-color: #D72B89; }
a { background-color: rgb(215,43,137); }
div.DivClassName
{
background-color: #D72B89;
}
.BgClassName
{
background-color: #D72B89;
}
</style>
border-color css
<style>
span { border-color: #D72B89; }
span { border-color: rgb(215,43,137); }
td.TdClassName
{
border-color: #D72B89;
}
.TagClassName
{
border-color: #D72B89;
}
</style>