Shades of Deep Cerise #D72AA6
Tints of Deep Cerise #D72AA6
RGB
CMYK
RGB Variations
Color information
#D72AA6 (or 0xD72AA6) is known color: Deep Cerise. HEX triplet: D7, 2A and A6. RGB value is (215,42,166). Sum of RGB (Red+Green+Blue) = 215+42+166=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AA6 is #28D559. Grayscale: #6B6B6B. Windows color (decimal): -2676058 or 10889943. OLE color: 10889943.
HSL color Cylindrical-coordinate representation of color #D72AA6: hue angle of 316.99º 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 #D72AA6 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 166 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.16 |
| HSL | 316.99º | 0.68% | 0.5% | - |
| HSV(B) | 316.99º | 0.8% | 0.84% | - |
| XYZ | 35.74 | 18.86 | 37.83 | - |
| YUV | 107.86 | 160.81 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 166 | 0 | 0.80 | 0.23 | 0.16 | 316.99 | 0.68 | 0.5 |
| Hex | D7 | 2A | A6 | 0 | 50 | 17 | 10 | 13D | 44 | 32 |
| Octal | 327 | 52 | 246 | 0 | 120 | 27 | 20 | 475 | 104 | 62 |
| Binary | 11010111 | 101010 | 10100110 | 0 | 1010000 | 10111 | 10000 | 100111101 | 1000100 | 110010 |
Color Harmonies of #D72AA6
Complementary color
Monochromatic Colors of #D72AA6
Black with #D72AA6
Text Example
Text Example
White with #D72AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AA6; }
p { color: rgb(215,42,166); }
H1.HeaderClassName
{
color: #D72AA6;
}
.AnyTagClassName
{
color: #D72AA6;
}
</style>
background-color css
<style>
a { background-color: #D72AA6; }
a { background-color: rgb(215,42,166); }
div.DivClassName
{
background-color: #D72AA6;
}
.BgClassName
{
background-color: #D72AA6;
}
</style>
border-color css
<style>
span { border-color: #D72AA6; }
span { border-color: rgb(215,42,166); }
td.TdClassName
{
border-color: #D72AA6;
}
.TagClassName
{
border-color: #D72AA6;
}
</style>