Shades of Deep Cerise #D72691
Tints of Deep Cerise #D72691
RGB
CMYK
RGB Variations
Color information
#D72691 (or 0xD72691) is known color: Deep Cerise. HEX triplet: D7, 26 and 91. RGB value is (215,38,145). Sum of RGB (Red+Green+Blue) = 215+38+145=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D72691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72691 is #28D96E. Grayscale: #666666. Windows color (decimal): -2677103 or 9512663. OLE color: 9512663.
HSL color Cylindrical-coordinate representation of color #D72691: hue angle of 323.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72691 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 145 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.16 |
| HSL | 323.73º | 0.7% | 0.5% | - |
| HSV(B) | 323.73º | 0.82% | 0.84% | - |
| XYZ | 33.83 | 17.88 | 28.46 | - |
| YUV | 103.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 145 | 0 | 0.82 | 0.33 | 0.16 | 323.73 | 0.7 | 0.5 |
| Hex | D7 | 26 | 91 | 0 | 52 | 21 | 10 | 144 | 46 | 32 |
| Octal | 327 | 46 | 221 | 0 | 122 | 41 | 20 | 504 | 106 | 62 |
| Binary | 11010111 | 100110 | 10010001 | 0 | 1010010 | 100001 | 10000 | 101000100 | 1000110 | 110010 |
Color Harmonies of #D72691
Complementary color
Monochromatic Colors of #D72691
Black with #D72691
Text Example
Text Example
White with #D72691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72691; }
p { color: rgb(215,38,145); }
H1.HeaderClassName
{
color: #D72691;
}
.AnyTagClassName
{
color: #D72691;
}
</style>
background-color css
<style>
a { background-color: #D72691; }
a { background-color: rgb(215,38,145); }
div.DivClassName
{
background-color: #D72691;
}
.BgClassName
{
background-color: #D72691;
}
</style>
border-color css
<style>
span { border-color: #D72691; }
span { border-color: rgb(215,38,145); }
td.TdClassName
{
border-color: #D72691;
}
.TagClassName
{
border-color: #D72691;
}
</style>