Shades of Deep Cerise #D72BAA
Tints of Deep Cerise #D72BAA
RGB
CMYK
RGB Variations
Color information
#D72BAA (or 0xD72BAA) is known color: Deep Cerise. HEX triplet: D7, 2B and AA. RGB value is (215,43,170). Sum of RGB (Red+Green+Blue) = 215+43+170=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72BAA is #28D455. Grayscale: #6C6C6C. Windows color (decimal): -2675798 or 11152343. OLE color: 11152343.
HSL color Cylindrical-coordinate representation of color #D72BAA: hue angle of 315.7º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72BAA is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 170 | - |
| CMYK | 0 | 0.8 | 0.21 | 0.16 |
| HSL | 315.7º | 0.68% | 0.51% | - |
| HSV(B) | 315.7º | 0.8% | 0.84% | - |
| XYZ | 36.14 | 19.08 | 39.81 | - |
| YUV | 108.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 170 | 0 | 0.8 | 0.21 | 0.16 | 315.7 | 0.68 | 0.51 |
| Hex | D7 | 2B | AA | 0 | 50 | 15 | 10 | 13C | 44 | 33 |
| Octal | 327 | 53 | 252 | 0 | 120 | 25 | 20 | 474 | 104 | 63 |
| Binary | 11010111 | 101011 | 10101010 | 0 | 1010000 | 10101 | 10000 | 100111100 | 1000100 | 110011 |
Color Harmonies of #D72BAA
Complementary color
Monochromatic Colors of #D72BAA
Black with #D72BAA
Text Example
Text Example
White with #D72BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BAA; }
p { color: rgb(215,43,170); }
H1.HeaderClassName
{
color: #D72BAA;
}
.AnyTagClassName
{
color: #D72BAA;
}
</style>
background-color css
<style>
a { background-color: #D72BAA; }
a { background-color: rgb(215,43,170); }
div.DivClassName
{
background-color: #D72BAA;
}
.BgClassName
{
background-color: #D72BAA;
}
</style>
border-color css
<style>
span { border-color: #D72BAA; }
span { border-color: rgb(215,43,170); }
td.TdClassName
{
border-color: #D72BAA;
}
.TagClassName
{
border-color: #D72BAA;
}
</style>