Shades of Deep Cerise #D72BA3
Tints of Deep Cerise #D72BA3
RGB
CMYK
RGB Variations
Color information
#D72BA3 (or 0xD72BA3) is known color: Deep Cerise. HEX triplet: D7, 2B and A3. RGB value is (215,43,163). Sum of RGB (Red+Green+Blue) = 215+43+163=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72BA3 is #28D45C. Grayscale: #6B6B6B. Windows color (decimal): -2675805 or 10693591. OLE color: 10693591.
HSL color Cylindrical-coordinate representation of color #D72BA3: hue angle of 318.14º 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 #D72BA3 is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 163 | - |
| CMYK | 0 | 0.8 | 0.24 | 0.16 |
| HSL | 318.14º | 0.68% | 0.51% | - |
| HSV(B) | 318.14º | 0.8% | 0.84% | - |
| XYZ | 35.5 | 18.82 | 36.41 | - |
| YUV | 108.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 163 | 0 | 0.8 | 0.24 | 0.16 | 318.14 | 0.68 | 0.51 |
| Hex | D7 | 2B | A3 | 0 | 50 | 18 | 10 | 13E | 44 | 33 |
| Octal | 327 | 53 | 243 | 0 | 120 | 30 | 20 | 476 | 104 | 63 |
| Binary | 11010111 | 101011 | 10100011 | 0 | 1010000 | 11000 | 10000 | 100111110 | 1000100 | 110011 |
Color Harmonies of #D72BA3
Complementary color
Monochromatic Colors of #D72BA3
Black with #D72BA3
Text Example
Text Example
White with #D72BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BA3; }
p { color: rgb(215,43,163); }
H1.HeaderClassName
{
color: #D72BA3;
}
.AnyTagClassName
{
color: #D72BA3;
}
</style>
background-color css
<style>
a { background-color: #D72BA3; }
a { background-color: rgb(215,43,163); }
div.DivClassName
{
background-color: #D72BA3;
}
.BgClassName
{
background-color: #D72BA3;
}
</style>
border-color css
<style>
span { border-color: #D72BA3; }
span { border-color: rgb(215,43,163); }
td.TdClassName
{
border-color: #D72BA3;
}
.TagClassName
{
border-color: #D72BA3;
}
</style>