Shades of Deep Cerise #D93176
Tints of Deep Cerise #D93176
RGB
CMYK
RGB Variations
Color information
#D93176 (or 0xD93176) is known color: Deep Cerise. HEX triplet: D9, 31 and 76. RGB value is (217,49,118). Sum of RGB (Red+Green+Blue) = 217+49+118=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93176 is #26CE89. Grayscale: #6A6A6A. Windows color (decimal): -2543242 or 7746009. OLE color: 7746009.
HSL color Cylindrical-coordinate representation of color #D93176: hue angle of 335.36º 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 #D93176 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 118 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.15 |
| HSL | 335.36º | 0.69% | 0.52% | - |
| HSV(B) | 335.36º | 0.77% | 0.85% | - |
| XYZ | 32.98 | 18.26 | 18.92 | - |
| YUV | 107.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 118 | 0 | 0.77 | 0.46 | 0.15 | 335.36 | 0.69 | 0.52 |
| Hex | D9 | 31 | 76 | 0 | 4D | 2E | F | 14F | 45 | 34 |
| Octal | 331 | 61 | 166 | 0 | 115 | 56 | 17 | 517 | 105 | 64 |
| Binary | 11011001 | 110001 | 1110110 | 0 | 1001101 | 101110 | 1111 | 101001111 | 1000101 | 110100 |
Color Harmonies of #D93176
Complementary color
Monochromatic Colors of #D93176
Black with #D93176
Text Example
Text Example
White with #D93176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93176; }
p { color: rgb(217,49,118); }
H1.HeaderClassName
{
color: #D93176;
}
.AnyTagClassName
{
color: #D93176;
}
</style>
background-color css
<style>
a { background-color: #D93176; }
a { background-color: rgb(217,49,118); }
div.DivClassName
{
background-color: #D93176;
}
.BgClassName
{
background-color: #D93176;
}
</style>
border-color css
<style>
span { border-color: #D93176; }
span { border-color: rgb(217,49,118); }
td.TdClassName
{
border-color: #D93176;
}
.TagClassName
{
border-color: #D93176;
}
</style>