Shades of Deep Cerise #D93A7D
Tints of Deep Cerise #D93A7D
RGB
CMYK
RGB Variations
Color information
#D93A7D (or 0xD93A7D) is known color: Deep Cerise. HEX triplet: D9, 3A and 7D. RGB value is (217,58,125). Sum of RGB (Red+Green+Blue) = 217+58+125=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93A7D is #26C582. Grayscale: #717171. Windows color (decimal): -2540931 or 8207065. OLE color: 8207065.
HSL color Cylindrical-coordinate representation of color #D93A7D: hue angle of 334.72º 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 #D93A7D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 125 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.15 |
| HSL | 334.72º | 0.68% | 0.54% | - |
| HSV(B) | 334.72º | 0.73% | 0.85% | - |
| XYZ | 33.83 | 19.26 | 21.34 | - |
| YUV | 113.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 125 | 0 | 0.73 | 0.42 | 0.15 | 334.72 | 0.68 | 0.54 |
| Hex | D9 | 3A | 7D | 0 | 49 | 2A | F | 14F | 44 | 36 |
| Octal | 331 | 72 | 175 | 0 | 111 | 52 | 17 | 517 | 104 | 66 |
| Binary | 11011001 | 111010 | 1111101 | 0 | 1001001 | 101010 | 1111 | 101001111 | 1000100 | 110110 |
Color Harmonies of #D93A7D
Complementary color
Monochromatic Colors of #D93A7D
Black with #D93A7D
Text Example
Text Example
White with #D93A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A7D; }
p { color: rgb(217,58,125); }
H1.HeaderClassName
{
color: #D93A7D;
}
.AnyTagClassName
{
color: #D93A7D;
}
</style>
background-color css
<style>
a { background-color: #D93A7D; }
a { background-color: rgb(217,58,125); }
div.DivClassName
{
background-color: #D93A7D;
}
.BgClassName
{
background-color: #D93A7D;
}
</style>
border-color css
<style>
span { border-color: #D93A7D; }
span { border-color: rgb(217,58,125); }
td.TdClassName
{
border-color: #D93A7D;
}
.TagClassName
{
border-color: #D93A7D;
}
</style>