Shades of Deep Cerise #D93B9A
Tints of Deep Cerise #D93B9A
RGB
CMYK
RGB Variations
Color information
#D93B9A (or 0xD93B9A) is known color: Deep Cerise. HEX triplet: D9, 3B and 9A. RGB value is (217,59,154). Sum of RGB (Red+Green+Blue) = 217+59+154=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B9A is #26C465. Grayscale: #747474. Windows color (decimal): -2540646 or 10107865. OLE color: 10107865.
HSL color Cylindrical-coordinate representation of color #D93B9A: hue angle of 323.92º 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 #D93B9A is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 154 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.15 |
| HSL | 323.92º | 0.68% | 0.54% | - |
| HSV(B) | 323.92º | 0.73% | 0.85% | - |
| XYZ | 36.01 | 20.21 | 32.58 | - |
| YUV | 117.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 154 | 0 | 0.73 | 0.29 | 0.15 | 323.92 | 0.68 | 0.54 |
| Hex | D9 | 3B | 9A | 0 | 49 | 1D | F | 144 | 44 | 36 |
| Octal | 331 | 73 | 232 | 0 | 111 | 35 | 17 | 504 | 104 | 66 |
| Binary | 11011001 | 111011 | 10011010 | 0 | 1001001 | 11101 | 1111 | 101000100 | 1000100 | 110110 |
Color Harmonies of #D93B9A
Complementary color
Monochromatic Colors of #D93B9A
Black with #D93B9A
Text Example
Text Example
White with #D93B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B9A; }
p { color: rgb(217,59,154); }
H1.HeaderClassName
{
color: #D93B9A;
}
.AnyTagClassName
{
color: #D93B9A;
}
</style>
background-color css
<style>
a { background-color: #D93B9A; }
a { background-color: rgb(217,59,154); }
div.DivClassName
{
background-color: #D93B9A;
}
.BgClassName
{
background-color: #D93B9A;
}
</style>
border-color css
<style>
span { border-color: #D93B9A; }
span { border-color: rgb(217,59,154); }
td.TdClassName
{
border-color: #D93B9A;
}
.TagClassName
{
border-color: #D93B9A;
}
</style>