Shades of Deep Cerise #D72C7B
Tints of Deep Cerise #D72C7B
RGB
CMYK
RGB Variations
Color information
#D72C7B (or 0xD72C7B) is known color: Deep Cerise. HEX triplet: D7, 2C and 7B. RGB value is (215,44,123). Sum of RGB (Red+Green+Blue) = 215+44+123=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C7B is #28D384. Grayscale: #676767. Windows color (decimal): -2675589 or 8072407. OLE color: 8072407.
HSL color Cylindrical-coordinate representation of color #D72C7B: hue angle of 332.28º 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 #D72C7B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 123 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.16 |
| HSL | 332.28º | 0.68% | 0.51% | - |
| HSV(B) | 332.28º | 0.8% | 0.84% | - |
| XYZ | 32.5 | 17.68 | 20.44 | - |
| YUV | 104.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 123 | 0 | 0.80 | 0.43 | 0.16 | 332.28 | 0.68 | 0.51 |
| Hex | D7 | 2C | 7B | 0 | 50 | 2B | 10 | 14C | 44 | 33 |
| Octal | 327 | 54 | 173 | 0 | 120 | 53 | 20 | 514 | 104 | 63 |
| Binary | 11010111 | 101100 | 1111011 | 0 | 1010000 | 101011 | 10000 | 101001100 | 1000100 | 110011 |
Color Harmonies of #D72C7B
Complementary color
Monochromatic Colors of #D72C7B
Black with #D72C7B
Text Example
Text Example
White with #D72C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C7B; }
p { color: rgb(215,44,123); }
H1.HeaderClassName
{
color: #D72C7B;
}
.AnyTagClassName
{
color: #D72C7B;
}
</style>
background-color css
<style>
a { background-color: #D72C7B; }
a { background-color: rgb(215,44,123); }
div.DivClassName
{
background-color: #D72C7B;
}
.BgClassName
{
background-color: #D72C7B;
}
</style>
border-color css
<style>
span { border-color: #D72C7B; }
span { border-color: rgb(215,44,123); }
td.TdClassName
{
border-color: #D72C7B;
}
.TagClassName
{
border-color: #D72C7B;
}
</style>