Shades of Deep Cerise #D93E93
Tints of Deep Cerise #D93E93
RGB
CMYK
RGB Variations
Color information
#D93E93 (or 0xD93E93) is known color: Deep Cerise. HEX triplet: D9, 3E and 93. RGB value is (217,62,147). Sum of RGB (Red+Green+Blue) = 217+62+147=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93E93 is #26C16C. Grayscale: #757575. Windows color (decimal): -2539885 or 9649881. OLE color: 9649881.
HSL color Cylindrical-coordinate representation of color #D93E93: hue angle of 327.1º 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 #D93E93 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 147 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.15 |
| HSL | 327.1º | 0.67% | 0.55% | - |
| HSV(B) | 327.1º | 0.71% | 0.85% | - |
| XYZ | 35.6 | 20.3 | 29.65 | - |
| YUV | 118.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 147 | 0 | 0.71 | 0.32 | 0.15 | 327.1 | 0.67 | 0.55 |
| Hex | D9 | 3E | 93 | 0 | 47 | 20 | F | 147 | 43 | 37 |
| Octal | 331 | 76 | 223 | 0 | 107 | 40 | 17 | 507 | 103 | 67 |
| Binary | 11011001 | 111110 | 10010011 | 0 | 1000111 | 100000 | 1111 | 101000111 | 1000011 | 110111 |
Color Harmonies of #D93E93
Complementary color
Monochromatic Colors of #D93E93
Black with #D93E93
Text Example
Text Example
White with #D93E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93E93; }
p { color: rgb(217,62,147); }
H1.HeaderClassName
{
color: #D93E93;
}
.AnyTagClassName
{
color: #D93E93;
}
</style>
background-color css
<style>
a { background-color: #D93E93; }
a { background-color: rgb(217,62,147); }
div.DivClassName
{
background-color: #D93E93;
}
.BgClassName
{
background-color: #D93E93;
}
</style>
border-color css
<style>
span { border-color: #D93E93; }
span { border-color: rgb(217,62,147); }
td.TdClassName
{
border-color: #D93E93;
}
.TagClassName
{
border-color: #D93E93;
}
</style>