Shades of Deep Cerise #D72A7B
Tints of Deep Cerise #D72A7B
RGB
CMYK
RGB Variations
Color information
#D72A7B (or 0xD72A7B) is known color: Deep Cerise. HEX triplet: D7, 2A and 7B. RGB value is (215,42,123). Sum of RGB (Red+Green+Blue) = 215+42+123=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A7B is #28D584. Grayscale: #666666. Windows color (decimal): -2676101 or 8071895. OLE color: 8071895.
HSL color Cylindrical-coordinate representation of color #D72A7B: hue angle of 331.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A7B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 123 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.16 |
| HSL | 331.91º | 0.68% | 0.5% | - |
| HSV(B) | 331.91º | 0.8% | 0.84% | - |
| XYZ | 32.43 | 17.53 | 20.41 | - |
| YUV | 102.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 123 | 0 | 0.80 | 0.43 | 0.16 | 331.91 | 0.68 | 0.5 |
| Hex | D7 | 2A | 7B | 0 | 50 | 2B | 10 | 14C | 44 | 32 |
| Octal | 327 | 52 | 173 | 0 | 120 | 53 | 20 | 514 | 104 | 62 |
| Binary | 11010111 | 101010 | 1111011 | 0 | 1010000 | 101011 | 10000 | 101001100 | 1000100 | 110010 |
Color Harmonies of #D72A7B
Complementary color
Monochromatic Colors of #D72A7B
Black with #D72A7B
Text Example
Text Example
White with #D72A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A7B; }
p { color: rgb(215,42,123); }
H1.HeaderClassName
{
color: #D72A7B;
}
.AnyTagClassName
{
color: #D72A7B;
}
</style>
background-color css
<style>
a { background-color: #D72A7B; }
a { background-color: rgb(215,42,123); }
div.DivClassName
{
background-color: #D72A7B;
}
.BgClassName
{
background-color: #D72A7B;
}
</style>
border-color css
<style>
span { border-color: #D72A7B; }
span { border-color: rgb(215,42,123); }
td.TdClassName
{
border-color: #D72A7B;
}
.TagClassName
{
border-color: #D72A7B;
}
</style>