Shades of Cerise #D93D5E
Tints of Cerise #D93D5E
RGB
CMYK
RGB Variations
Color information
#D93D5E (or 0xD93D5E) is known color: Cerise. HEX triplet: D9, 3D and 5E. RGB value is (217,61,94). Sum of RGB (Red+Green+Blue) = 217+61+94=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D5E is #26C2A1. Grayscale: #6F6F6F. Windows color (decimal): -2540194 or 6176217. OLE color: 6176217.
HSL color Cylindrical-coordinate representation of color #D93D5E: hue angle of 347.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93D5E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 94 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.15 |
| HSL | 347.31º | 0.67% | 0.55% | - |
| HSV(B) | 347.31º | 0.72% | 0.85% | - |
| XYZ | 32.3 | 18.9 | 12.53 | - |
| YUV | 111.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 94 | 0 | 0.72 | 0.57 | 0.15 | 347.31 | 0.67 | 0.55 |
| Hex | D9 | 3D | 5E | 0 | 48 | 39 | F | 15B | 43 | 37 |
| Octal | 331 | 75 | 136 | 0 | 110 | 71 | 17 | 533 | 103 | 67 |
| Binary | 11011001 | 111101 | 1011110 | 0 | 1001000 | 111001 | 1111 | 101011011 | 1000011 | 110111 |
Color Harmonies of #D93D5E
Complementary color
Monochromatic Colors of #D93D5E
Black with #D93D5E
Text Example
Text Example
White with #D93D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D5E; }
p { color: rgb(217,61,94); }
H1.HeaderClassName
{
color: #D93D5E;
}
.AnyTagClassName
{
color: #D93D5E;
}
</style>
background-color css
<style>
a { background-color: #D93D5E; }
a { background-color: rgb(217,61,94); }
div.DivClassName
{
background-color: #D93D5E;
}
.BgClassName
{
background-color: #D93D5E;
}
</style>
border-color css
<style>
span { border-color: #D93D5E; }
span { border-color: rgb(217,61,94); }
td.TdClassName
{
border-color: #D93D5E;
}
.TagClassName
{
border-color: #D93D5E;
}
</style>