Shades of Deep Cerise #D72F83
Tints of Deep Cerise #D72F83
RGB
CMYK
RGB Variations
Color information
#D72F83 (or 0xD72F83) is known color: Deep Cerise. HEX triplet: D7, 2F and 83. RGB value is (215,47,131). Sum of RGB (Red+Green+Blue) = 215+47+131=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F83 is #28D07C. Grayscale: #6A6A6A. Windows color (decimal): -2674813 or 8597463. OLE color: 8597463.
HSL color Cylindrical-coordinate representation of color #D72F83: hue angle of 330º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72F83 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 131 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.16 |
| HSL | 330º | 0.68% | 0.51% | - |
| HSV(B) | 330º | 0.78% | 0.84% | - |
| XYZ | 33.14 | 18.12 | 23.22 | - |
| YUV | 106.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 131 | 0 | 0.78 | 0.39 | 0.16 | 330 | 0.68 | 0.51 |
| Hex | D7 | 2F | 83 | 0 | 4E | 27 | 10 | 14A | 44 | 33 |
| Octal | 327 | 57 | 203 | 0 | 116 | 47 | 20 | 512 | 104 | 63 |
| Binary | 11010111 | 101111 | 10000011 | 0 | 1001110 | 100111 | 10000 | 101001010 | 1000100 | 110011 |
Color Harmonies of #D72F83
Complementary color
Monochromatic Colors of #D72F83
Black with #D72F83
Text Example
Text Example
White with #D72F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F83; }
p { color: rgb(215,47,131); }
H1.HeaderClassName
{
color: #D72F83;
}
.AnyTagClassName
{
color: #D72F83;
}
</style>
background-color css
<style>
a { background-color: #D72F83; }
a { background-color: rgb(215,47,131); }
div.DivClassName
{
background-color: #D72F83;
}
.BgClassName
{
background-color: #D72F83;
}
</style>
border-color css
<style>
span { border-color: #D72F83; }
span { border-color: rgb(215,47,131); }
td.TdClassName
{
border-color: #D72F83;
}
.TagClassName
{
border-color: #D72F83;
}
</style>