Shades of Deep Cerise #D93890
Tints of Deep Cerise #D93890
RGB
CMYK
RGB Variations
Color information
#D93890 (or 0xD93890) is known color: Deep Cerise. HEX triplet: D9, 38 and 90. RGB value is (217,56,144). Sum of RGB (Red+Green+Blue) = 217+56+144=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D93890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93890 is #26C76F. Grayscale: #717171. Windows color (decimal): -2541424 or 9451737. OLE color: 9451737.
HSL color Cylindrical-coordinate representation of color #D93890: hue angle of 327.2º 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 #D93890 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 144 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.15 |
| HSL | 327.21º | 0.68% | 0.54% | - |
| HSV(B) | 327.21º | 0.74% | 0.85% | - |
| XYZ | 35.06 | 19.59 | 28.32 | - |
| YUV | 114.17 | 144.84 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 144 | 0 | 0.74 | 0.34 | 0.15 | 327.21 | 0.68 | 0.54 |
| Hex | D9 | 38 | 90 | 0 | 4A | 22 | F | 147 | 44 | 36 |
| Octal | 331 | 70 | 220 | 0 | 112 | 42 | 17 | 507 | 104 | 66 |
| Binary | 11011001 | 111000 | 10010000 | 0 | 1001010 | 100010 | 1111 | 101000111 | 1000100 | 110110 |
Color Harmonies of #D93890
Complementary color
Monochromatic Colors of #D93890
Black with #D93890
Text Example
Text Example
White with #D93890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93890; }
p { color: rgb(217,56,144); }
H1.HeaderClassName
{
color: #D93890;
}
.AnyTagClassName
{
color: #D93890;
}
</style>
background-color css
<style>
a { background-color: #D93890; }
a { background-color: rgb(217,56,144); }
div.DivClassName
{
background-color: #D93890;
}
.BgClassName
{
background-color: #D93890;
}
</style>
border-color css
<style>
span { border-color: #D93890; }
span { border-color: rgb(217,56,144); }
td.TdClassName
{
border-color: #D93890;
}
.TagClassName
{
border-color: #D93890;
}
</style>