Shades of Deep Cerise #D72A7A
Tints of Deep Cerise #D72A7A
RGB
CMYK
RGB Variations
Color information
#D72A7A (or 0xD72A7A) is known color: Deep Cerise. HEX triplet: D7, 2A and 7A. RGB value is (215,42,122). Sum of RGB (Red+Green+Blue) = 215+42+122=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A7A is #28D585. Grayscale: #666666. Windows color (decimal): -2676102 or 8006359. OLE color: 8006359.
HSL color Cylindrical-coordinate representation of color #D72A7A: hue angle of 332.25º 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 #D72A7A is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 122 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.16 |
| HSL | 332.25º | 0.68% | 0.5% | - |
| HSV(B) | 332.25º | 0.8% | 0.84% | - |
| XYZ | 32.37 | 17.51 | 20.09 | - |
| YUV | 102.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 122 | 0 | 0.80 | 0.43 | 0.16 | 332.25 | 0.68 | 0.5 |
| Hex | D7 | 2A | 7A | 0 | 50 | 2B | 10 | 14C | 44 | 32 |
| Octal | 327 | 52 | 172 | 0 | 120 | 53 | 20 | 514 | 104 | 62 |
| Binary | 11010111 | 101010 | 1111010 | 0 | 1010000 | 101011 | 10000 | 101001100 | 1000100 | 110010 |
Color Harmonies of #D72A7A
Complementary color
Monochromatic Colors of #D72A7A
Black with #D72A7A
Text Example
Text Example
White with #D72A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A7A; }
p { color: rgb(215,42,122); }
H1.HeaderClassName
{
color: #D72A7A;
}
.AnyTagClassName
{
color: #D72A7A;
}
</style>
background-color css
<style>
a { background-color: #D72A7A; }
a { background-color: rgb(215,42,122); }
div.DivClassName
{
background-color: #D72A7A;
}
.BgClassName
{
background-color: #D72A7A;
}
</style>
border-color css
<style>
span { border-color: #D72A7A; }
span { border-color: rgb(215,42,122); }
td.TdClassName
{
border-color: #D72A7A;
}
.TagClassName
{
border-color: #D72A7A;
}
</style>