Shades of Deep Cerise #D93B84
Tints of Deep Cerise #D93B84
RGB
CMYK
RGB Variations
Color information
#D93B84 (or 0xD93B84) is known color: Deep Cerise. HEX triplet: D9, 3B and 84. RGB value is (217,59,132). Sum of RGB (Red+Green+Blue) = 217+59+132=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B84 is #26C47B. Grayscale: #727272. Windows color (decimal): -2540668 or 8666073. OLE color: 8666073.
HSL color Cylindrical-coordinate representation of color #D93B84: hue angle of 332.28º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B84 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 132 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.15 |
| HSL | 332.28º | 0.68% | 0.54% | - |
| HSV(B) | 332.28º | 0.73% | 0.85% | - |
| XYZ | 34.34 | 19.55 | 23.79 | - |
| YUV | 114.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 132 | 0 | 0.73 | 0.39 | 0.15 | 332.28 | 0.68 | 0.54 |
| Hex | D9 | 3B | 84 | 0 | 49 | 27 | F | 14C | 44 | 36 |
| Octal | 331 | 73 | 204 | 0 | 111 | 47 | 17 | 514 | 104 | 66 |
| Binary | 11011001 | 111011 | 10000100 | 0 | 1001001 | 100111 | 1111 | 101001100 | 1000100 | 110110 |
Color Harmonies of #D93B84
Complementary color
Monochromatic Colors of #D93B84
Black with #D93B84
Text Example
Text Example
White with #D93B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B84; }
p { color: rgb(217,59,132); }
H1.HeaderClassName
{
color: #D93B84;
}
.AnyTagClassName
{
color: #D93B84;
}
</style>
background-color css
<style>
a { background-color: #D93B84; }
a { background-color: rgb(217,59,132); }
div.DivClassName
{
background-color: #D93B84;
}
.BgClassName
{
background-color: #D93B84;
}
</style>
border-color css
<style>
span { border-color: #D93B84; }
span { border-color: rgb(217,59,132); }
td.TdClassName
{
border-color: #D93B84;
}
.TagClassName
{
border-color: #D93B84;
}
</style>