Shades of Deep Cerise #D72A7E
Tints of Deep Cerise #D72A7E
RGB
CMYK
RGB Variations
Color information
#D72A7E (or 0xD72A7E) is known color: Deep Cerise. HEX triplet: D7, 2A and 7E. RGB value is (215,42,126). Sum of RGB (Red+Green+Blue) = 215+42+126=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A7E is #28D581. Grayscale: #676767. Windows color (decimal): -2676098 or 8268503. OLE color: 8268503.
HSL color Cylindrical-coordinate representation of color #D72A7E: hue angle of 330.87º 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 #D72A7E is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 126 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.16 |
| HSL | 330.87º | 0.68% | 0.5% | - |
| HSV(B) | 330.87º | 0.8% | 0.84% | - |
| XYZ | 32.62 | 17.61 | 21.42 | - |
| YUV | 103.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 126 | 0 | 0.80 | 0.41 | 0.16 | 330.87 | 0.68 | 0.5 |
| Hex | D7 | 2A | 7E | 0 | 50 | 29 | 10 | 14B | 44 | 32 |
| Octal | 327 | 52 | 176 | 0 | 120 | 51 | 20 | 513 | 104 | 62 |
| Binary | 11010111 | 101010 | 1111110 | 0 | 1010000 | 101001 | 10000 | 101001011 | 1000100 | 110010 |
Color Harmonies of #D72A7E
Complementary color
Monochromatic Colors of #D72A7E
Black with #D72A7E
Text Example
Text Example
White with #D72A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A7E; }
p { color: rgb(215,42,126); }
H1.HeaderClassName
{
color: #D72A7E;
}
.AnyTagClassName
{
color: #D72A7E;
}
</style>
background-color css
<style>
a { background-color: #D72A7E; }
a { background-color: rgb(215,42,126); }
div.DivClassName
{
background-color: #D72A7E;
}
.BgClassName
{
background-color: #D72A7E;
}
</style>
border-color css
<style>
span { border-color: #D72A7E; }
span { border-color: rgb(215,42,126); }
td.TdClassName
{
border-color: #D72A7E;
}
.TagClassName
{
border-color: #D72A7E;
}
</style>