Shades of Deep Cerise #D72C83
Tints of Deep Cerise #D72C83
RGB
CMYK
RGB Variations
Color information
#D72C83 (or 0xD72C83) is known color: Deep Cerise. HEX triplet: D7, 2C and 83. RGB value is (215,44,131). Sum of RGB (Red+Green+Blue) = 215+44+131=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C83 is #28D37C. Grayscale: #686868. Windows color (decimal): -2675581 or 8596695. OLE color: 8596695.
HSL color Cylindrical-coordinate representation of color #D72C83: hue angle of 329.47º 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 #D72C83 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 131 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.16 |
| HSL | 329.47º | 0.68% | 0.51% | - |
| HSV(B) | 329.47º | 0.8% | 0.84% | - |
| XYZ | 33.02 | 17.89 | 23.18 | - |
| YUV | 105.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 131 | 0 | 0.80 | 0.39 | 0.16 | 329.47 | 0.68 | 0.51 |
| Hex | D7 | 2C | 83 | 0 | 50 | 27 | 10 | 149 | 44 | 33 |
| Octal | 327 | 54 | 203 | 0 | 120 | 47 | 20 | 511 | 104 | 63 |
| Binary | 11010111 | 101100 | 10000011 | 0 | 1010000 | 100111 | 10000 | 101001001 | 1000100 | 110011 |
Color Harmonies of #D72C83
Complementary color
Monochromatic Colors of #D72C83
Black with #D72C83
Text Example
Text Example
White with #D72C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C83; }
p { color: rgb(215,44,131); }
H1.HeaderClassName
{
color: #D72C83;
}
.AnyTagClassName
{
color: #D72C83;
}
</style>
background-color css
<style>
a { background-color: #D72C83; }
a { background-color: rgb(215,44,131); }
div.DivClassName
{
background-color: #D72C83;
}
.BgClassName
{
background-color: #D72C83;
}
</style>
border-color css
<style>
span { border-color: #D72C83; }
span { border-color: rgb(215,44,131); }
td.TdClassName
{
border-color: #D72C83;
}
.TagClassName
{
border-color: #D72C83;
}
</style>