Shades of Deep Cerise #D93B93
Tints of Deep Cerise #D93B93
RGB
CMYK
RGB Variations
Color information
#D93B93 (or 0xD93B93) is known color: Deep Cerise. HEX triplet: D9, 3B and 93. RGB value is (217,59,147). Sum of RGB (Red+Green+Blue) = 217+59+147=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B93 is #26C46C. Grayscale: #747474. Windows color (decimal): -2540653 or 9649113. OLE color: 9649113.
HSL color Cylindrical-coordinate representation of color #D93B93: hue angle of 326.58º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B93 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 147 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.15 |
| HSL | 326.58º | 0.68% | 0.54% | - |
| HSV(B) | 326.58º | 0.73% | 0.85% | - |
| XYZ | 35.45 | 19.99 | 29.59 | - |
| YUV | 116.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 147 | 0 | 0.73 | 0.32 | 0.15 | 326.58 | 0.68 | 0.54 |
| Hex | D9 | 3B | 93 | 0 | 49 | 20 | F | 147 | 44 | 36 |
| Octal | 331 | 73 | 223 | 0 | 111 | 40 | 17 | 507 | 104 | 66 |
| Binary | 11011001 | 111011 | 10010011 | 0 | 1001001 | 100000 | 1111 | 101000111 | 1000100 | 110110 |
Color Harmonies of #D93B93
Complementary color
Monochromatic Colors of #D93B93
Black with #D93B93
Text Example
Text Example
White with #D93B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B93; }
p { color: rgb(217,59,147); }
H1.HeaderClassName
{
color: #D93B93;
}
.AnyTagClassName
{
color: #D93B93;
}
</style>
background-color css
<style>
a { background-color: #D93B93; }
a { background-color: rgb(217,59,147); }
div.DivClassName
{
background-color: #D93B93;
}
.BgClassName
{
background-color: #D93B93;
}
</style>
border-color css
<style>
span { border-color: #D93B93; }
span { border-color: rgb(217,59,147); }
td.TdClassName
{
border-color: #D93B93;
}
.TagClassName
{
border-color: #D93B93;
}
</style>