Shades of Deep Cerise #D93981
Tints of Deep Cerise #D93981
RGB
CMYK
RGB Variations
Color information
#D93981 (or 0xD93981) is known color: Deep Cerise. HEX triplet: D9, 39 and 81. RGB value is (217,57,129). Sum of RGB (Red+Green+Blue) = 217+57+129=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D93981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93981 is #26C67E. Grayscale: #707070. Windows color (decimal): -2541183 or 8468953. OLE color: 8468953.
HSL color Cylindrical-coordinate representation of color #D93981: hue angle of 333º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93981 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 129 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.15 |
| HSL | 333º | 0.68% | 0.54% | - |
| HSV(B) | 333º | 0.74% | 0.85% | - |
| XYZ | 34.04 | 19.26 | 22.69 | - |
| YUV | 113.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 129 | 0 | 0.74 | 0.41 | 0.15 | 333 | 0.68 | 0.54 |
| Hex | D9 | 39 | 81 | 0 | 4A | 29 | F | 14D | 44 | 36 |
| Octal | 331 | 71 | 201 | 0 | 112 | 51 | 17 | 515 | 104 | 66 |
| Binary | 11011001 | 111001 | 10000001 | 0 | 1001010 | 101001 | 1111 | 101001101 | 1000100 | 110110 |
Color Harmonies of #D93981
Complementary color
Monochromatic Colors of #D93981
Black with #D93981
Text Example
Text Example
White with #D93981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93981; }
p { color: rgb(217,57,129); }
H1.HeaderClassName
{
color: #D93981;
}
.AnyTagClassName
{
color: #D93981;
}
</style>
background-color css
<style>
a { background-color: #D93981; }
a { background-color: rgb(217,57,129); }
div.DivClassName
{
background-color: #D93981;
}
.BgClassName
{
background-color: #D93981;
}
</style>
border-color css
<style>
span { border-color: #D93981; }
span { border-color: rgb(217,57,129); }
td.TdClassName
{
border-color: #D93981;
}
.TagClassName
{
border-color: #D93981;
}
</style>