Shades of Deep Cerise #D93A8C
Tints of Deep Cerise #D93A8C
RGB
CMYK
RGB Variations
Color information
#D93A8C (or 0xD93A8C) is known color: Deep Cerise. HEX triplet: D9, 3A and 8C. RGB value is (217,58,140). Sum of RGB (Red+Green+Blue) = 217+58+140=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A8C is #26C573. Grayscale: #727272. Windows color (decimal): -2540916 or 9190105. OLE color: 9190105.
HSL color Cylindrical-coordinate representation of color #D93A8C: hue angle of 329.06º 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 #D93A8C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 140 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.15 |
| HSL | 329.06º | 0.68% | 0.54% | - |
| HSV(B) | 329.06º | 0.73% | 0.85% | - |
| XYZ | 34.86 | 19.67 | 26.77 | - |
| YUV | 114.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 140 | 0 | 0.73 | 0.35 | 0.15 | 329.06 | 0.68 | 0.54 |
| Hex | D9 | 3A | 8C | 0 | 49 | 23 | F | 149 | 44 | 36 |
| Octal | 331 | 72 | 214 | 0 | 111 | 43 | 17 | 511 | 104 | 66 |
| Binary | 11011001 | 111010 | 10001100 | 0 | 1001001 | 100011 | 1111 | 101001001 | 1000100 | 110110 |
Color Harmonies of #D93A8C
Complementary color
Monochromatic Colors of #D93A8C
Black with #D93A8C
Text Example
Text Example
White with #D93A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A8C; }
p { color: rgb(217,58,140); }
H1.HeaderClassName
{
color: #D93A8C;
}
.AnyTagClassName
{
color: #D93A8C;
}
</style>
background-color css
<style>
a { background-color: #D93A8C; }
a { background-color: rgb(217,58,140); }
div.DivClassName
{
background-color: #D93A8C;
}
.BgClassName
{
background-color: #D93A8C;
}
</style>
border-color css
<style>
span { border-color: #D93A8C; }
span { border-color: rgb(217,58,140); }
td.TdClassName
{
border-color: #D93A8C;
}
.TagClassName
{
border-color: #D93A8C;
}
</style>