Shades of Deep Cerise #D93D7E
Tints of Deep Cerise #D93D7E
RGB
CMYK
RGB Variations
Color information
#D93D7E (or 0xD93D7E) is known color: Deep Cerise. HEX triplet: D9, 3D and 7E. RGB value is (217,61,126). Sum of RGB (Red+Green+Blue) = 217+61+126=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D7E is #26C281. Grayscale: #727272. Windows color (decimal): -2540162 or 8273369. OLE color: 8273369.
HSL color Cylindrical-coordinate representation of color #D93D7E: hue angle of 335º 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 #D93D7E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 126 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.15 |
| HSL | 335º | 0.67% | 0.55% | - |
| HSV(B) | 335º | 0.72% | 0.85% | - |
| XYZ | 34.05 | 19.6 | 21.73 | - |
| YUV | 115.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 126 | 0 | 0.72 | 0.42 | 0.15 | 335 | 0.67 | 0.55 |
| Hex | D9 | 3D | 7E | 0 | 48 | 2A | F | 14F | 43 | 37 |
| Octal | 331 | 75 | 176 | 0 | 110 | 52 | 17 | 517 | 103 | 67 |
| Binary | 11011001 | 111101 | 1111110 | 0 | 1001000 | 101010 | 1111 | 101001111 | 1000011 | 110111 |
Color Harmonies of #D93D7E
Complementary color
Monochromatic Colors of #D93D7E
Black with #D93D7E
Text Example
Text Example
White with #D93D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D7E; }
p { color: rgb(217,61,126); }
H1.HeaderClassName
{
color: #D93D7E;
}
.AnyTagClassName
{
color: #D93D7E;
}
</style>
background-color css
<style>
a { background-color: #D93D7E; }
a { background-color: rgb(217,61,126); }
div.DivClassName
{
background-color: #D93D7E;
}
.BgClassName
{
background-color: #D93D7E;
}
</style>
border-color css
<style>
span { border-color: #D93D7E; }
span { border-color: rgb(217,61,126); }
td.TdClassName
{
border-color: #D93D7E;
}
.TagClassName
{
border-color: #D93D7E;
}
</style>