Shades of Deep Cerise #D93D9C
Tints of Deep Cerise #D93D9C
RGB
CMYK
RGB Variations
Color information
#D93D9C (or 0xD93D9C) is known color: Deep Cerise. HEX triplet: D9, 3D and 9C. RGB value is (217,61,156). Sum of RGB (Red+Green+Blue) = 217+61+156=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D9C is #26C263. Grayscale: #767676. Windows color (decimal): -2540132 or 10239449. OLE color: 10239449.
HSL color Cylindrical-coordinate representation of color #D93D9C: hue angle of 323.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D9C is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 156 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.15 |
| HSL | 323.46º | 0.67% | 0.55% | - |
| HSV(B) | 323.46º | 0.72% | 0.85% | - |
| XYZ | 36.28 | 20.49 | 33.49 | - |
| YUV | 118.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 156 | 0 | 0.72 | 0.28 | 0.15 | 323.46 | 0.67 | 0.55 |
| Hex | D9 | 3D | 9C | 0 | 48 | 1C | F | 143 | 43 | 37 |
| Octal | 331 | 75 | 234 | 0 | 110 | 34 | 17 | 503 | 103 | 67 |
| Binary | 11011001 | 111101 | 10011100 | 0 | 1001000 | 11100 | 1111 | 101000011 | 1000011 | 110111 |
Color Harmonies of #D93D9C
Complementary color
Monochromatic Colors of #D93D9C
Black with #D93D9C
Text Example
Text Example
White with #D93D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D9C; }
p { color: rgb(217,61,156); }
H1.HeaderClassName
{
color: #D93D9C;
}
.AnyTagClassName
{
color: #D93D9C;
}
</style>
background-color css
<style>
a { background-color: #D93D9C; }
a { background-color: rgb(217,61,156); }
div.DivClassName
{
background-color: #D93D9C;
}
.BgClassName
{
background-color: #D93D9C;
}
</style>
border-color css
<style>
span { border-color: #D93D9C; }
span { border-color: rgb(217,61,156); }
td.TdClassName
{
border-color: #D93D9C;
}
.TagClassName
{
border-color: #D93D9C;
}
</style>