Shades of Deep Cerise #D93B8D
Tints of Deep Cerise #D93B8D
RGB
CMYK
RGB Variations
Color information
#D93B8D (or 0xD93B8D) is known color: Deep Cerise. HEX triplet: D9, 3B and 8D. RGB value is (217,59,141). Sum of RGB (Red+Green+Blue) = 217+59+141=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B8D is #26C472. Grayscale: #737373. Windows color (decimal): -2540659 or 9255897. OLE color: 9255897.
HSL color Cylindrical-coordinate representation of color #D93B8D: hue angle of 328.86º 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 #D93B8D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 141 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.15 |
| HSL | 328.86º | 0.68% | 0.54% | - |
| HSV(B) | 328.86º | 0.73% | 0.85% | - |
| XYZ | 34.99 | 19.8 | 27.18 | - |
| YUV | 115.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 141 | 0 | 0.73 | 0.35 | 0.15 | 328.86 | 0.68 | 0.54 |
| Hex | D9 | 3B | 8D | 0 | 49 | 23 | F | 149 | 44 | 36 |
| Octal | 331 | 73 | 215 | 0 | 111 | 43 | 17 | 511 | 104 | 66 |
| Binary | 11011001 | 111011 | 10001101 | 0 | 1001001 | 100011 | 1111 | 101001001 | 1000100 | 110110 |
Color Harmonies of #D93B8D
Complementary color
Monochromatic Colors of #D93B8D
Black with #D93B8D
Text Example
Text Example
White with #D93B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B8D; }
p { color: rgb(217,59,141); }
H1.HeaderClassName
{
color: #D93B8D;
}
.AnyTagClassName
{
color: #D93B8D;
}
</style>
background-color css
<style>
a { background-color: #D93B8D; }
a { background-color: rgb(217,59,141); }
div.DivClassName
{
background-color: #D93B8D;
}
.BgClassName
{
background-color: #D93B8D;
}
</style>
border-color css
<style>
span { border-color: #D93B8D; }
span { border-color: rgb(217,59,141); }
td.TdClassName
{
border-color: #D93B8D;
}
.TagClassName
{
border-color: #D93B8D;
}
</style>