Shades of Deep Cerise #D93E7E
Tints of Deep Cerise #D93E7E
RGB
CMYK
RGB Variations
Color information
#D93E7E (or 0xD93E7E) is known color: Deep Cerise. HEX triplet: D9, 3E and 7E. RGB value is (217,62,126). Sum of RGB (Red+Green+Blue) = 217+62+126=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93E7E is #26C181. Grayscale: #737373. Windows color (decimal): -2539906 or 8273625. OLE color: 8273625.
HSL color Cylindrical-coordinate representation of color #D93E7E: hue angle of 335.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93E7E is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 126 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.15 |
| HSL | 335.23º | 0.67% | 0.55% | - |
| HSV(B) | 335.23º | 0.71% | 0.85% | - |
| XYZ | 34.1 | 19.7 | 21.74 | - |
| YUV | 115.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 126 | 0 | 0.71 | 0.42 | 0.15 | 335.23 | 0.67 | 0.55 |
| Hex | D9 | 3E | 7E | 0 | 47 | 2A | F | 14F | 43 | 37 |
| Octal | 331 | 76 | 176 | 0 | 107 | 52 | 17 | 517 | 103 | 67 |
| Binary | 11011001 | 111110 | 1111110 | 0 | 1000111 | 101010 | 1111 | 101001111 | 1000011 | 110111 |
Color Harmonies of #D93E7E
Complementary color
Monochromatic Colors of #D93E7E
Black with #D93E7E
Text Example
Text Example
White with #D93E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93E7E; }
p { color: rgb(217,62,126); }
H1.HeaderClassName
{
color: #D93E7E;
}
.AnyTagClassName
{
color: #D93E7E;
}
</style>
background-color css
<style>
a { background-color: #D93E7E; }
a { background-color: rgb(217,62,126); }
div.DivClassName
{
background-color: #D93E7E;
}
.BgClassName
{
background-color: #D93E7E;
}
</style>
border-color css
<style>
span { border-color: #D93E7E; }
span { border-color: rgb(217,62,126); }
td.TdClassName
{
border-color: #D93E7E;
}
.TagClassName
{
border-color: #D93E7E;
}
</style>