Shades of Cerise #D93A5E
Tints of Cerise #D93A5E
RGB
CMYK
RGB Variations
Color information
#D93A5E (or 0xD93A5E) is known color: Cerise. HEX triplet: D9, 3A and 5E. RGB value is (217,58,94). Sum of RGB (Red+Green+Blue) = 217+58+94=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93A5E is #26C5A1. Grayscale: #6D6D6D. Windows color (decimal): -2540962 or 6175449. OLE color: 6175449.
HSL color Cylindrical-coordinate representation of color #D93A5E: hue angle of 346.42º 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 #D93A5E is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 94 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.15 |
| HSL | 346.42º | 0.68% | 0.54% | - |
| HSV(B) | 346.42º | 0.73% | 0.85% | - |
| XYZ | 32.15 | 18.59 | 12.48 | - |
| YUV | 109.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 94 | 0 | 0.73 | 0.57 | 0.15 | 346.42 | 0.68 | 0.54 |
| Hex | D9 | 3A | 5E | 0 | 49 | 39 | F | 15A | 44 | 36 |
| Octal | 331 | 72 | 136 | 0 | 111 | 71 | 17 | 532 | 104 | 66 |
| Binary | 11011001 | 111010 | 1011110 | 0 | 1001001 | 111001 | 1111 | 101011010 | 1000100 | 110110 |
Color Harmonies of #D93A5E
Complementary color
Monochromatic Colors of #D93A5E
Black with #D93A5E
Text Example
Text Example
White with #D93A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A5E; }
p { color: rgb(217,58,94); }
H1.HeaderClassName
{
color: #D93A5E;
}
.AnyTagClassName
{
color: #D93A5E;
}
</style>
background-color css
<style>
a { background-color: #D93A5E; }
a { background-color: rgb(217,58,94); }
div.DivClassName
{
background-color: #D93A5E;
}
.BgClassName
{
background-color: #D93A5E;
}
</style>
border-color css
<style>
span { border-color: #D93A5E; }
span { border-color: rgb(217,58,94); }
td.TdClassName
{
border-color: #D93A5E;
}
.TagClassName
{
border-color: #D93A5E;
}
</style>