Shades of Deep Cerise #D93E8F
Tints of Deep Cerise #D93E8F
RGB
CMYK
RGB Variations
Color information
#D93E8F (or 0xD93E8F) is known color: Deep Cerise. HEX triplet: D9, 3E and 8F. RGB value is (217,62,143). Sum of RGB (Red+Green+Blue) = 217+62+143=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93E8F is #26C170. Grayscale: #757575. Windows color (decimal): -2539889 or 9387737. OLE color: 9387737.
HSL color Cylindrical-coordinate representation of color #D93E8F: hue angle of 328.65º 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 #D93E8F is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 143 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.15 |
| HSL | 328.65º | 0.67% | 0.55% | - |
| HSV(B) | 328.65º | 0.71% | 0.85% | - |
| XYZ | 35.3 | 20.18 | 28.02 | - |
| YUV | 117.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 143 | 0 | 0.71 | 0.34 | 0.15 | 328.65 | 0.67 | 0.55 |
| Hex | D9 | 3E | 8F | 0 | 47 | 22 | F | 149 | 43 | 37 |
| Octal | 331 | 76 | 217 | 0 | 107 | 42 | 17 | 511 | 103 | 67 |
| Binary | 11011001 | 111110 | 10001111 | 0 | 1000111 | 100010 | 1111 | 101001001 | 1000011 | 110111 |
Color Harmonies of #D93E8F
Complementary color
Monochromatic Colors of #D93E8F
Black with #D93E8F
Text Example
Text Example
White with #D93E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93E8F; }
p { color: rgb(217,62,143); }
H1.HeaderClassName
{
color: #D93E8F;
}
.AnyTagClassName
{
color: #D93E8F;
}
</style>
background-color css
<style>
a { background-color: #D93E8F; }
a { background-color: rgb(217,62,143); }
div.DivClassName
{
background-color: #D93E8F;
}
.BgClassName
{
background-color: #D93E8F;
}
</style>
border-color css
<style>
span { border-color: #D93E8F; }
span { border-color: rgb(217,62,143); }
td.TdClassName
{
border-color: #D93E8F;
}
.TagClassName
{
border-color: #D93E8F;
}
</style>