Shades of Deep Cerise #D72D83
Tints of Deep Cerise #D72D83
RGB
CMYK
RGB Variations
Color information
#D72D83 (or 0xD72D83) is known color: Deep Cerise. HEX triplet: D7, 2D and 83. RGB value is (215,45,131). Sum of RGB (Red+Green+Blue) = 215+45+131=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D83 is #28D27C. Grayscale: #696969. Windows color (decimal): -2675325 or 8596951. OLE color: 8596951.
HSL color Cylindrical-coordinate representation of color #D72D83: hue angle of 329.65º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D83 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 131 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.16 |
| HSL | 329.65º | 0.68% | 0.51% | - |
| HSV(B) | 329.65º | 0.79% | 0.84% | - |
| XYZ | 33.06 | 17.96 | 23.2 | - |
| YUV | 105.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 131 | 0 | 0.79 | 0.39 | 0.16 | 329.65 | 0.68 | 0.51 |
| Hex | D7 | 2D | 83 | 0 | 4F | 27 | 10 | 14A | 44 | 33 |
| Octal | 327 | 55 | 203 | 0 | 117 | 47 | 20 | 512 | 104 | 63 |
| Binary | 11010111 | 101101 | 10000011 | 0 | 1001111 | 100111 | 10000 | 101001010 | 1000100 | 110011 |
Color Harmonies of #D72D83
Complementary color
Monochromatic Colors of #D72D83
Black with #D72D83
Text Example
Text Example
White with #D72D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D83; }
p { color: rgb(215,45,131); }
H1.HeaderClassName
{
color: #D72D83;
}
.AnyTagClassName
{
color: #D72D83;
}
</style>
background-color css
<style>
a { background-color: #D72D83; }
a { background-color: rgb(215,45,131); }
div.DivClassName
{
background-color: #D72D83;
}
.BgClassName
{
background-color: #D72D83;
}
</style>
border-color css
<style>
span { border-color: #D72D83; }
span { border-color: rgb(215,45,131); }
td.TdClassName
{
border-color: #D72D83;
}
.TagClassName
{
border-color: #D72D83;
}
</style>