Shades of Deep Cerise #D93184
Tints of Deep Cerise #D93184
RGB
CMYK
RGB Variations
Color information
#D93184 (or 0xD93184) is known color: Deep Cerise. HEX triplet: D9, 31 and 84. RGB value is (217,49,132). Sum of RGB (Red+Green+Blue) = 217+49+132=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D93184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93184 is #26CE7B. Grayscale: #6C6C6C. Windows color (decimal): -2543228 or 8663513. OLE color: 8663513.
HSL color Cylindrical-coordinate representation of color #D93184: hue angle of 330.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 #D93184 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 132 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.15 |
| HSL | 330.36º | 0.69% | 0.52% | - |
| HSV(B) | 330.36º | 0.77% | 0.85% | - |
| XYZ | 33.88 | 18.61 | 23.64 | - |
| YUV | 108.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 132 | 0 | 0.77 | 0.39 | 0.15 | 330.36 | 0.69 | 0.52 |
| Hex | D9 | 31 | 84 | 0 | 4D | 27 | F | 14A | 45 | 34 |
| Octal | 331 | 61 | 204 | 0 | 115 | 47 | 17 | 512 | 105 | 64 |
| Binary | 11011001 | 110001 | 10000100 | 0 | 1001101 | 100111 | 1111 | 101001010 | 1000101 | 110100 |
Color Harmonies of #D93184
Complementary color
Monochromatic Colors of #D93184
Black with #D93184
Text Example
Text Example
White with #D93184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93184; }
p { color: rgb(217,49,132); }
H1.HeaderClassName
{
color: #D93184;
}
.AnyTagClassName
{
color: #D93184;
}
</style>
background-color css
<style>
a { background-color: #D93184; }
a { background-color: rgb(217,49,132); }
div.DivClassName
{
background-color: #D93184;
}
.BgClassName
{
background-color: #D93184;
}
</style>
border-color css
<style>
span { border-color: #D93184; }
span { border-color: rgb(217,49,132); }
td.TdClassName
{
border-color: #D93184;
}
.TagClassName
{
border-color: #D93184;
}
</style>