Shades of Deep Cerise #D72FAA
Tints of Deep Cerise #D72FAA
RGB
CMYK
RGB Variations
Color information
#D72FAA (or 0xD72FAA) is known color: Deep Cerise. HEX triplet: D7, 2F and AA. RGB value is (215,47,170). Sum of RGB (Red+Green+Blue) = 215+47+170=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FAA is #28D055. Grayscale: #6E6E6E. Windows color (decimal): -2674774 or 11153367. OLE color: 11153367.
HSL color Cylindrical-coordinate representation of color #D72FAA: hue angle of 316.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72FAA is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 170 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.16 |
| HSL | 316.07º | 0.68% | 0.51% | - |
| HSV(B) | 316.07º | 0.78% | 0.84% | - |
| XYZ | 36.3 | 19.38 | 39.86 | - |
| YUV | 111.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 170 | 0 | 0.78 | 0.21 | 0.16 | 316.07 | 0.68 | 0.51 |
| Hex | D7 | 2F | AA | 0 | 4E | 15 | 10 | 13C | 44 | 33 |
| Octal | 327 | 57 | 252 | 0 | 116 | 25 | 20 | 474 | 104 | 63 |
| Binary | 11010111 | 101111 | 10101010 | 0 | 1001110 | 10101 | 10000 | 100111100 | 1000100 | 110011 |
Color Harmonies of #D72FAA
Complementary color
Monochromatic Colors of #D72FAA
Black with #D72FAA
Text Example
Text Example
White with #D72FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FAA; }
p { color: rgb(215,47,170); }
H1.HeaderClassName
{
color: #D72FAA;
}
.AnyTagClassName
{
color: #D72FAA;
}
</style>
background-color css
<style>
a { background-color: #D72FAA; }
a { background-color: rgb(215,47,170); }
div.DivClassName
{
background-color: #D72FAA;
}
.BgClassName
{
background-color: #D72FAA;
}
</style>
border-color css
<style>
span { border-color: #D72FAA; }
span { border-color: rgb(215,47,170); }
td.TdClassName
{
border-color: #D72FAA;
}
.TagClassName
{
border-color: #D72FAA;
}
</style>