Shades of Deep Cerise #D72AA2
Tints of Deep Cerise #D72AA2
RGB
CMYK
RGB Variations
Color information
#D72AA2 (or 0xD72AA2) is known color: Deep Cerise. HEX triplet: D7, 2A and A2. RGB value is (215,42,162). Sum of RGB (Red+Green+Blue) = 215+42+162=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AA2 is #28D55D. Grayscale: #6B6B6B. Windows color (decimal): -2676062 or 10627799. OLE color: 10627799.
HSL color Cylindrical-coordinate representation of color #D72AA2: hue angle of 318.38º 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 #D72AA2 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 162 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.16 |
| HSL | 318.38º | 0.68% | 0.5% | - |
| HSV(B) | 318.38º | 0.8% | 0.84% | - |
| XYZ | 35.37 | 18.71 | 35.93 | - |
| YUV | 107.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 162 | 0 | 0.80 | 0.25 | 0.16 | 318.38 | 0.68 | 0.5 |
| Hex | D7 | 2A | A2 | 0 | 50 | 19 | 10 | 13E | 44 | 32 |
| Octal | 327 | 52 | 242 | 0 | 120 | 31 | 20 | 476 | 104 | 62 |
| Binary | 11010111 | 101010 | 10100010 | 0 | 1010000 | 11001 | 10000 | 100111110 | 1000100 | 110010 |
Color Harmonies of #D72AA2
Complementary color
Monochromatic Colors of #D72AA2
Black with #D72AA2
Text Example
Text Example
White with #D72AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AA2; }
p { color: rgb(215,42,162); }
H1.HeaderClassName
{
color: #D72AA2;
}
.AnyTagClassName
{
color: #D72AA2;
}
</style>
background-color css
<style>
a { background-color: #D72AA2; }
a { background-color: rgb(215,42,162); }
div.DivClassName
{
background-color: #D72AA2;
}
.BgClassName
{
background-color: #D72AA2;
}
</style>
border-color css
<style>
span { border-color: #D72AA2; }
span { border-color: rgb(215,42,162); }
td.TdClassName
{
border-color: #D72AA2;
}
.TagClassName
{
border-color: #D72AA2;
}
</style>