Shades of Deep Cerise #D93A9C
Tints of Deep Cerise #D93A9C
RGB
CMYK
RGB Variations
Color information
#D93A9C (or 0xD93A9C) is known color: Deep Cerise. HEX triplet: D9, 3A and 9C. RGB value is (217,58,156). Sum of RGB (Red+Green+Blue) = 217+58+156=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A9C is #26C563. Grayscale: #747474. Windows color (decimal): -2540900 or 10238681. OLE color: 10238681.
HSL color Cylindrical-coordinate representation of color #D93A9C: hue angle of 323.02º 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 #D93A9C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 156 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.15 |
| HSL | 323.02º | 0.68% | 0.54% | - |
| HSV(B) | 323.02º | 0.73% | 0.85% | - |
| XYZ | 36.13 | 20.18 | 33.44 | - |
| YUV | 116.71 | 150.18 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 156 | 0 | 0.73 | 0.28 | 0.15 | 323.02 | 0.68 | 0.54 |
| Hex | D9 | 3A | 9C | 0 | 49 | 1C | F | 143 | 44 | 36 |
| Octal | 331 | 72 | 234 | 0 | 111 | 34 | 17 | 503 | 104 | 66 |
| Binary | 11011001 | 111010 | 10011100 | 0 | 1001001 | 11100 | 1111 | 101000011 | 1000100 | 110110 |
Color Harmonies of #D93A9C
Complementary color
Monochromatic Colors of #D93A9C
Black with #D93A9C
Text Example
Text Example
White with #D93A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A9C; }
p { color: rgb(217,58,156); }
H1.HeaderClassName
{
color: #D93A9C;
}
.AnyTagClassName
{
color: #D93A9C;
}
</style>
background-color css
<style>
a { background-color: #D93A9C; }
a { background-color: rgb(217,58,156); }
div.DivClassName
{
background-color: #D93A9C;
}
.BgClassName
{
background-color: #D93A9C;
}
</style>
border-color css
<style>
span { border-color: #D93A9C; }
span { border-color: rgb(217,58,156); }
td.TdClassName
{
border-color: #D93A9C;
}
.TagClassName
{
border-color: #D93A9C;
}
</style>