Shades of Deep Cerise #D72B7D
Tints of Deep Cerise #D72B7D
RGB
CMYK
RGB Variations
Color information
#D72B7D (or 0xD72B7D) is known color: Deep Cerise. HEX triplet: D7, 2B and 7D. RGB value is (215,43,125). Sum of RGB (Red+Green+Blue) = 215+43+125=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B7D is #28D482. Grayscale: #676767. Windows color (decimal): -2675843 or 8203223. OLE color: 8203223.
HSL color Cylindrical-coordinate representation of color #D72B7D: hue angle of 331.4º 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 #D72B7D is Cyan = 0, Magento = 0.8, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 125 | - |
| CMYK | 0 | 0.8 | 0.42 | 0.16 |
| HSL | 331.4º | 0.68% | 0.51% | - |
| HSV(B) | 331.4º | 0.8% | 0.84% | - |
| XYZ | 32.59 | 17.66 | 21.09 | - |
| YUV | 103.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 125 | 0 | 0.8 | 0.42 | 0.16 | 331.4 | 0.68 | 0.51 |
| Hex | D7 | 2B | 7D | 0 | 50 | 2A | 10 | 14B | 44 | 33 |
| Octal | 327 | 53 | 175 | 0 | 120 | 52 | 20 | 513 | 104 | 63 |
| Binary | 11010111 | 101011 | 1111101 | 0 | 1010000 | 101010 | 10000 | 101001011 | 1000100 | 110011 |
Color Harmonies of #D72B7D
Complementary color
Monochromatic Colors of #D72B7D
Black with #D72B7D
Text Example
Text Example
White with #D72B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B7D; }
p { color: rgb(215,43,125); }
H1.HeaderClassName
{
color: #D72B7D;
}
.AnyTagClassName
{
color: #D72B7D;
}
</style>
background-color css
<style>
a { background-color: #D72B7D; }
a { background-color: rgb(215,43,125); }
div.DivClassName
{
background-color: #D72B7D;
}
.BgClassName
{
background-color: #D72B7D;
}
</style>
border-color css
<style>
span { border-color: #D72B7D; }
span { border-color: rgb(215,43,125); }
td.TdClassName
{
border-color: #D72B7D;
}
.TagClassName
{
border-color: #D72B7D;
}
</style>