Shades of Deep Cerise #D93D96
Tints of Deep Cerise #D93D96
RGB
CMYK
RGB Variations
Color information
#D93D96 (or 0xD93D96) is known color: Deep Cerise. HEX triplet: D9, 3D and 96. RGB value is (217,61,150). Sum of RGB (Red+Green+Blue) = 217+61+150=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93D96 is #26C269. Grayscale: #757575. Windows color (decimal): -2540138 or 9846233. OLE color: 9846233.
HSL color Cylindrical-coordinate representation of color #D93D96: hue angle of 325.77º 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 #D93D96 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 150 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.15 |
| HSL | 325.77º | 0.67% | 0.55% | - |
| HSV(B) | 325.77º | 0.72% | 0.85% | - |
| XYZ | 35.79 | 20.29 | 30.88 | - |
| YUV | 117.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 150 | 0 | 0.72 | 0.31 | 0.15 | 325.77 | 0.67 | 0.55 |
| Hex | D9 | 3D | 96 | 0 | 48 | 1F | F | 146 | 43 | 37 |
| Octal | 331 | 75 | 226 | 0 | 110 | 37 | 17 | 506 | 103 | 67 |
| Binary | 11011001 | 111101 | 10010110 | 0 | 1001000 | 11111 | 1111 | 101000110 | 1000011 | 110111 |
Color Harmonies of #D93D96
Complementary color
Monochromatic Colors of #D93D96
Black with #D93D96
Text Example
Text Example
White with #D93D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D96; }
p { color: rgb(217,61,150); }
H1.HeaderClassName
{
color: #D93D96;
}
.AnyTagClassName
{
color: #D93D96;
}
</style>
background-color css
<style>
a { background-color: #D93D96; }
a { background-color: rgb(217,61,150); }
div.DivClassName
{
background-color: #D93D96;
}
.BgClassName
{
background-color: #D93D96;
}
</style>
border-color css
<style>
span { border-color: #D93D96; }
span { border-color: rgb(217,61,150); }
td.TdClassName
{
border-color: #D93D96;
}
.TagClassName
{
border-color: #D93D96;
}
</style>