Shades of Deep Cerise #D93196
Tints of Deep Cerise #D93196
RGB
CMYK
RGB Variations
Color information
#D93196 (or 0xD93196) is known color: Deep Cerise. HEX triplet: D9, 31 and 96. RGB value is (217,49,150). Sum of RGB (Red+Green+Blue) = 217+49+150=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D93196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93196 is #26CE69. Grayscale: #6E6E6E. Windows color (decimal): -2543210 or 9843161. OLE color: 9843161.
HSL color Cylindrical-coordinate representation of color #D93196: hue angle of 323.93º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93196 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 150 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.15 |
| HSL | 323.93º | 0.69% | 0.52% | - |
| HSV(B) | 323.93º | 0.77% | 0.85% | - |
| XYZ | 35.22 | 19.15 | 30.69 | - |
| YUV | 110.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 150 | 0 | 0.77 | 0.31 | 0.15 | 323.93 | 0.69 | 0.52 |
| Hex | D9 | 31 | 96 | 0 | 4D | 1F | F | 144 | 45 | 34 |
| Octal | 331 | 61 | 226 | 0 | 115 | 37 | 17 | 504 | 105 | 64 |
| Binary | 11011001 | 110001 | 10010110 | 0 | 1001101 | 11111 | 1111 | 101000100 | 1000101 | 110100 |
Color Harmonies of #D93196
Complementary color
Monochromatic Colors of #D93196
Black with #D93196
Text Example
Text Example
White with #D93196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93196; }
p { color: rgb(217,49,150); }
H1.HeaderClassName
{
color: #D93196;
}
.AnyTagClassName
{
color: #D93196;
}
</style>
background-color css
<style>
a { background-color: #D93196; }
a { background-color: rgb(217,49,150); }
div.DivClassName
{
background-color: #D93196;
}
.BgClassName
{
background-color: #D93196;
}
</style>
border-color css
<style>
span { border-color: #D93196; }
span { border-color: rgb(217,49,150); }
td.TdClassName
{
border-color: #D93196;
}
.TagClassName
{
border-color: #D93196;
}
</style>