Shades of Deep Cerise #D93880
Tints of Deep Cerise #D93880
RGB
CMYK
RGB Variations
Color information
#D93880 (or 0xD93880) is known color: Deep Cerise. HEX triplet: D9, 38 and 80. RGB value is (217,56,128). Sum of RGB (Red+Green+Blue) = 217+56+128=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93880 is #26C77F. Grayscale: #707070. Windows color (decimal): -2541440 or 8403161. OLE color: 8403161.
HSL color Cylindrical-coordinate representation of color #D93880: hue angle of 333.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93880 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 128 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.15 |
| HSL | 333.17º | 0.68% | 0.54% | - |
| HSV(B) | 333.17º | 0.74% | 0.85% | - |
| XYZ | 33.93 | 19.14 | 22.33 | - |
| YUV | 112.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 128 | 0 | 0.74 | 0.41 | 0.15 | 333.17 | 0.68 | 0.54 |
| Hex | D9 | 38 | 80 | 0 | 4A | 29 | F | 14D | 44 | 36 |
| Octal | 331 | 70 | 200 | 0 | 112 | 51 | 17 | 515 | 104 | 66 |
| Binary | 11011001 | 111000 | 10000000 | 0 | 1001010 | 101001 | 1111 | 101001101 | 1000100 | 110110 |
Color Harmonies of #D93880
Complementary color
Monochromatic Colors of #D93880
Black with #D93880
Text Example
Text Example
White with #D93880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93880; }
p { color: rgb(217,56,128); }
H1.HeaderClassName
{
color: #D93880;
}
.AnyTagClassName
{
color: #D93880;
}
</style>
background-color css
<style>
a { background-color: #D93880; }
a { background-color: rgb(217,56,128); }
div.DivClassName
{
background-color: #D93880;
}
.BgClassName
{
background-color: #D93880;
}
</style>
border-color css
<style>
span { border-color: #D93880; }
span { border-color: rgb(217,56,128); }
td.TdClassName
{
border-color: #D93880;
}
.TagClassName
{
border-color: #D93880;
}
</style>