Shades of Deep Cerise #D93784
Tints of Deep Cerise #D93784
RGB
CMYK
RGB Variations
Color information
#D93784 (or 0xD93784) is known color: Deep Cerise. HEX triplet: D9, 37 and 84. RGB value is (217,55,132). Sum of RGB (Red+Green+Blue) = 217+55+132=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D93784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93784 is #26C87B. Grayscale: #707070. Windows color (decimal): -2541692 or 8665049. OLE color: 8665049.
HSL color Cylindrical-coordinate representation of color #D93784: hue angle of 331.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93784 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 132 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.15 |
| HSL | 331.48º | 0.68% | 0.53% | - |
| HSV(B) | 331.48º | 0.75% | 0.85% | - |
| XYZ | 34.15 | 19.15 | 23.73 | - |
| YUV | 112.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 132 | 0 | 0.75 | 0.39 | 0.15 | 331.48 | 0.68 | 0.53 |
| Hex | D9 | 37 | 84 | 0 | 4B | 27 | F | 14B | 44 | 35 |
| Octal | 331 | 67 | 204 | 0 | 113 | 47 | 17 | 513 | 104 | 65 |
| Binary | 11011001 | 110111 | 10000100 | 0 | 1001011 | 100111 | 1111 | 101001011 | 1000100 | 110101 |
Color Harmonies of #D93784
Complementary color
Monochromatic Colors of #D93784
Black with #D93784
Text Example
Text Example
White with #D93784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93784; }
p { color: rgb(217,55,132); }
H1.HeaderClassName
{
color: #D93784;
}
.AnyTagClassName
{
color: #D93784;
}
</style>
background-color css
<style>
a { background-color: #D93784; }
a { background-color: rgb(217,55,132); }
div.DivClassName
{
background-color: #D93784;
}
.BgClassName
{
background-color: #D93784;
}
</style>
border-color css
<style>
span { border-color: #D93784; }
span { border-color: rgb(217,55,132); }
td.TdClassName
{
border-color: #D93784;
}
.TagClassName
{
border-color: #D93784;
}
</style>