Shades of Deep Cerise #D93B80
Tints of Deep Cerise #D93B80
RGB
CMYK
RGB Variations
Color information
#D93B80 (or 0xD93B80) is known color: Deep Cerise. HEX triplet: D9, 3B and 80. RGB value is (217,59,128). Sum of RGB (Red+Green+Blue) = 217+59+128=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B80 is #26C47F. Grayscale: #717171. Windows color (decimal): -2540672 or 8403929. OLE color: 8403929.
HSL color Cylindrical-coordinate representation of color #D93B80: hue angle of 333.8º 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 #D93B80 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 128 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.15 |
| HSL | 333.8º | 0.68% | 0.54% | - |
| HSV(B) | 333.8º | 0.73% | 0.85% | - |
| XYZ | 34.08 | 19.44 | 22.38 | - |
| YUV | 114.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 128 | 0 | 0.73 | 0.41 | 0.15 | 333.8 | 0.68 | 0.54 |
| Hex | D9 | 3B | 80 | 0 | 49 | 29 | F | 14E | 44 | 36 |
| Octal | 331 | 73 | 200 | 0 | 111 | 51 | 17 | 516 | 104 | 66 |
| Binary | 11011001 | 111011 | 10000000 | 0 | 1001001 | 101001 | 1111 | 101001110 | 1000100 | 110110 |
Color Harmonies of #D93B80
Complementary color
Monochromatic Colors of #D93B80
Black with #D93B80
Text Example
Text Example
White with #D93B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B80; }
p { color: rgb(217,59,128); }
H1.HeaderClassName
{
color: #D93B80;
}
.AnyTagClassName
{
color: #D93B80;
}
</style>
background-color css
<style>
a { background-color: #D93B80; }
a { background-color: rgb(217,59,128); }
div.DivClassName
{
background-color: #D93B80;
}
.BgClassName
{
background-color: #D93B80;
}
</style>
border-color css
<style>
span { border-color: #D93B80; }
span { border-color: rgb(217,59,128); }
td.TdClassName
{
border-color: #D93B80;
}
.TagClassName
{
border-color: #D93B80;
}
</style>