Shades of Deep Cerise #D93B7A
Tints of Deep Cerise #D93B7A
RGB
CMYK
RGB Variations
Color information
#D93B7A (or 0xD93B7A) is known color: Deep Cerise. HEX triplet: D9, 3B and 7A. RGB value is (217,59,122). Sum of RGB (Red+Green+Blue) = 217+59+122=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B7A is #26C485. Grayscale: #717171. Windows color (decimal): -2540678 or 8010713. OLE color: 8010713.
HSL color Cylindrical-coordinate representation of color #D93B7A: hue angle of 336.08º 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 #D93B7A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 122 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.15 |
| HSL | 336.08º | 0.68% | 0.54% | - |
| HSV(B) | 336.08º | 0.73% | 0.85% | - |
| XYZ | 33.69 | 19.28 | 20.36 | - |
| YUV | 113.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 122 | 0 | 0.73 | 0.44 | 0.15 | 336.08 | 0.68 | 0.54 |
| Hex | D9 | 3B | 7A | 0 | 49 | 2C | F | 150 | 44 | 36 |
| Octal | 331 | 73 | 172 | 0 | 111 | 54 | 17 | 520 | 104 | 66 |
| Binary | 11011001 | 111011 | 1111010 | 0 | 1001001 | 101100 | 1111 | 101010000 | 1000100 | 110110 |
Color Harmonies of #D93B7A
Complementary color
Monochromatic Colors of #D93B7A
Black with #D93B7A
Text Example
Text Example
White with #D93B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B7A; }
p { color: rgb(217,59,122); }
H1.HeaderClassName
{
color: #D93B7A;
}
.AnyTagClassName
{
color: #D93B7A;
}
</style>
background-color css
<style>
a { background-color: #D93B7A; }
a { background-color: rgb(217,59,122); }
div.DivClassName
{
background-color: #D93B7A;
}
.BgClassName
{
background-color: #D93B7A;
}
</style>
border-color css
<style>
span { border-color: #D93B7A; }
span { border-color: rgb(217,59,122); }
td.TdClassName
{
border-color: #D93B7A;
}
.TagClassName
{
border-color: #D93B7A;
}
</style>