Shades of Deep Cerise #D93D9F
Tints of Deep Cerise #D93D9F
RGB
CMYK
RGB Variations
Color information
#D93D9F (or 0xD93D9F) is known color: Deep Cerise. HEX triplet: D9, 3D and 9F. RGB value is (217,61,159). Sum of RGB (Red+Green+Blue) = 217+61+159=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D9F is #26C260. Grayscale: #767676. Windows color (decimal): -2540129 or 10436057. OLE color: 10436057.
HSL color Cylindrical-coordinate representation of color #D93D9F: hue angle of 322.31º 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 #D93D9F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 159 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.15 |
| HSL | 322.31º | 0.67% | 0.55% | - |
| HSV(B) | 322.31º | 0.72% | 0.85% | - |
| XYZ | 36.54 | 20.59 | 34.85 | - |
| YUV | 118.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 159 | 0 | 0.72 | 0.27 | 0.15 | 322.31 | 0.67 | 0.55 |
| Hex | D9 | 3D | 9F | 0 | 48 | 1B | F | 142 | 43 | 37 |
| Octal | 331 | 75 | 237 | 0 | 110 | 33 | 17 | 502 | 103 | 67 |
| Binary | 11011001 | 111101 | 10011111 | 0 | 1001000 | 11011 | 1111 | 101000010 | 1000011 | 110111 |
Color Harmonies of #D93D9F
Complementary color
Monochromatic Colors of #D93D9F
Black with #D93D9F
Text Example
Text Example
White with #D93D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D9F; }
p { color: rgb(217,61,159); }
H1.HeaderClassName
{
color: #D93D9F;
}
.AnyTagClassName
{
color: #D93D9F;
}
</style>
background-color css
<style>
a { background-color: #D93D9F; }
a { background-color: rgb(217,61,159); }
div.DivClassName
{
background-color: #D93D9F;
}
.BgClassName
{
background-color: #D93D9F;
}
</style>
border-color css
<style>
span { border-color: #D93D9F; }
span { border-color: rgb(217,61,159); }
td.TdClassName
{
border-color: #D93D9F;
}
.TagClassName
{
border-color: #D93D9F;
}
</style>