Shades of Deep Cerise #D93B7F
Tints of Deep Cerise #D93B7F
RGB
CMYK
RGB Variations
Color information
#D93B7F (or 0xD93B7F) is known color: Deep Cerise. HEX triplet: D9, 3B and 7F. RGB value is (217,59,127). Sum of RGB (Red+Green+Blue) = 217+59+127=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B7F is #26C480. Grayscale: #717171. Windows color (decimal): -2540673 or 8338393. OLE color: 8338393.
HSL color Cylindrical-coordinate representation of color #D93B7F: hue angle of 334.18º 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 #D93B7F is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 127 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.15 |
| HSL | 334.18º | 0.68% | 0.54% | - |
| HSV(B) | 334.18º | 0.73% | 0.85% | - |
| XYZ | 34.01 | 19.41 | 22.03 | - |
| YUV | 113.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 127 | 0 | 0.73 | 0.41 | 0.15 | 334.18 | 0.68 | 0.54 |
| Hex | D9 | 3B | 7F | 0 | 49 | 29 | F | 14E | 44 | 36 |
| Octal | 331 | 73 | 177 | 0 | 111 | 51 | 17 | 516 | 104 | 66 |
| Binary | 11011001 | 111011 | 1111111 | 0 | 1001001 | 101001 | 1111 | 101001110 | 1000100 | 110110 |
Color Harmonies of #D93B7F
Complementary color
Monochromatic Colors of #D93B7F
Black with #D93B7F
Text Example
Text Example
White with #D93B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B7F; }
p { color: rgb(217,59,127); }
H1.HeaderClassName
{
color: #D93B7F;
}
.AnyTagClassName
{
color: #D93B7F;
}
</style>
background-color css
<style>
a { background-color: #D93B7F; }
a { background-color: rgb(217,59,127); }
div.DivClassName
{
background-color: #D93B7F;
}
.BgClassName
{
background-color: #D93B7F;
}
</style>
border-color css
<style>
span { border-color: #D93B7F; }
span { border-color: rgb(217,59,127); }
td.TdClassName
{
border-color: #D93B7F;
}
.TagClassName
{
border-color: #D93B7F;
}
</style>