Shades of Cerise #D93D5B
Tints of Cerise #D93D5B
RGB
CMYK
RGB Variations
Color information
#D93D5B (or 0xD93D5B) is known color: Cerise. HEX triplet: D9, 3D and 5B. RGB value is (217,61,91). Sum of RGB (Red+Green+Blue) = 217+61+91=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D5B is #26C2A4. Grayscale: #6F6F6F. Windows color (decimal): -2540197 or 5979609. OLE color: 5979609.
HSL color Cylindrical-coordinate representation of color #D93D5B: hue angle of 348.46º 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 #D93D5B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 91 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.15 |
| HSL | 348.46º | 0.67% | 0.55% | - |
| HSV(B) | 348.46º | 0.72% | 0.85% | - |
| XYZ | 32.17 | 18.84 | 11.84 | - |
| YUV | 111.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 91 | 0 | 0.72 | 0.58 | 0.15 | 348.46 | 0.67 | 0.55 |
| Hex | D9 | 3D | 5B | 0 | 48 | 3A | F | 15C | 43 | 37 |
| Octal | 331 | 75 | 133 | 0 | 110 | 72 | 17 | 534 | 103 | 67 |
| Binary | 11011001 | 111101 | 1011011 | 0 | 1001000 | 111010 | 1111 | 101011100 | 1000011 | 110111 |
Color Harmonies of #D93D5B
Complementary color
Monochromatic Colors of #D93D5B
Black with #D93D5B
Text Example
Text Example
White with #D93D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D5B; }
p { color: rgb(217,61,91); }
H1.HeaderClassName
{
color: #D93D5B;
}
.AnyTagClassName
{
color: #D93D5B;
}
</style>
background-color css
<style>
a { background-color: #D93D5B; }
a { background-color: rgb(217,61,91); }
div.DivClassName
{
background-color: #D93D5B;
}
.BgClassName
{
background-color: #D93D5B;
}
</style>
border-color css
<style>
span { border-color: #D93D5B; }
span { border-color: rgb(217,61,91); }
td.TdClassName
{
border-color: #D93D5B;
}
.TagClassName
{
border-color: #D93D5B;
}
</style>