Shades of Cerise #D93B5F
Tints of Cerise #D93B5F
RGB
CMYK
RGB Variations
Color information
#D93B5F (or 0xD93B5F) is known color: Cerise. HEX triplet: D9, 3B and 5F. RGB value is (217,59,95). Sum of RGB (Red+Green+Blue) = 217+59+95=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B5F is #26C4A0. Grayscale: #6E6E6E. Windows color (decimal): -2540705 or 6241241. OLE color: 6241241.
HSL color Cylindrical-coordinate representation of color #D93B5F: hue angle of 346.33º 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 #D93B5F is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 95 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.15 |
| HSL | 346.33º | 0.68% | 0.54% | - |
| HSV(B) | 346.33º | 0.73% | 0.85% | - |
| XYZ | 32.24 | 18.71 | 12.74 | - |
| YUV | 110.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 95 | 0 | 0.73 | 0.56 | 0.15 | 346.33 | 0.68 | 0.54 |
| Hex | D9 | 3B | 5F | 0 | 49 | 38 | F | 15A | 44 | 36 |
| Octal | 331 | 73 | 137 | 0 | 111 | 70 | 17 | 532 | 104 | 66 |
| Binary | 11011001 | 111011 | 1011111 | 0 | 1001001 | 111000 | 1111 | 101011010 | 1000100 | 110110 |
Color Harmonies of #D93B5F
Complementary color
Monochromatic Colors of #D93B5F
Black with #D93B5F
Text Example
Text Example
White with #D93B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B5F; }
p { color: rgb(217,59,95); }
H1.HeaderClassName
{
color: #D93B5F;
}
.AnyTagClassName
{
color: #D93B5F;
}
</style>
background-color css
<style>
a { background-color: #D93B5F; }
a { background-color: rgb(217,59,95); }
div.DivClassName
{
background-color: #D93B5F;
}
.BgClassName
{
background-color: #D93B5F;
}
</style>
border-color css
<style>
span { border-color: #D93B5F; }
span { border-color: rgb(217,59,95); }
td.TdClassName
{
border-color: #D93B5F;
}
.TagClassName
{
border-color: #D93B5F;
}
</style>