Shades of Deep Cerise #D72F77
Tints of Deep Cerise #D72F77
RGB
CMYK
RGB Variations
Color information
#D72F77 (or 0xD72F77) is known color: Deep Cerise. HEX triplet: D7, 2F and 77. RGB value is (215,47,119). Sum of RGB (Red+Green+Blue) = 215+47+119=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F77 is #28D088. Grayscale: #696969. Windows color (decimal): -2674825 or 7811031. OLE color: 7811031.
HSL color Cylindrical-coordinate representation of color #D72F77: hue angle of 334.29º 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 #D72F77 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 119 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.16 |
| HSL | 334.29º | 0.68% | 0.51% | - |
| HSV(B) | 334.29º | 0.78% | 0.84% | - |
| XYZ | 32.37 | 17.81 | 19.18 | - |
| YUV | 105.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 119 | 0 | 0.78 | 0.45 | 0.16 | 334.29 | 0.68 | 0.51 |
| Hex | D7 | 2F | 77 | 0 | 4E | 2D | 10 | 14E | 44 | 33 |
| Octal | 327 | 57 | 167 | 0 | 116 | 55 | 20 | 516 | 104 | 63 |
| Binary | 11010111 | 101111 | 1110111 | 0 | 1001110 | 101101 | 10000 | 101001110 | 1000100 | 110011 |
Color Harmonies of #D72F77
Complementary color
Monochromatic Colors of #D72F77
Black with #D72F77
Text Example
Text Example
White with #D72F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F77; }
p { color: rgb(215,47,119); }
H1.HeaderClassName
{
color: #D72F77;
}
.AnyTagClassName
{
color: #D72F77;
}
</style>
background-color css
<style>
a { background-color: #D72F77; }
a { background-color: rgb(215,47,119); }
div.DivClassName
{
background-color: #D72F77;
}
.BgClassName
{
background-color: #D72F77;
}
</style>
border-color css
<style>
span { border-color: #D72F77; }
span { border-color: rgb(215,47,119); }
td.TdClassName
{
border-color: #D72F77;
}
.TagClassName
{
border-color: #D72F77;
}
</style>