Shades of Cerise #D93B5C
Tints of Cerise #D93B5C
RGB
CMYK
RGB Variations
Color information
#D93B5C (or 0xD93B5C) is known color: Cerise. HEX triplet: D9, 3B and 5C. RGB value is (217,59,92). Sum of RGB (Red+Green+Blue) = 217+59+92=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B5C is #26C4A3. Grayscale: #6E6E6E. Windows color (decimal): -2540708 or 6044633. OLE color: 6044633.
HSL color Cylindrical-coordinate representation of color #D93B5C: hue angle of 347.47º 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 #D93B5C is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 92 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.15 |
| HSL | 347.47º | 0.68% | 0.54% | - |
| HSV(B) | 347.47º | 0.73% | 0.85% | - |
| XYZ | 32.11 | 18.65 | 12.03 | - |
| YUV | 110 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 92 | 0 | 0.73 | 0.58 | 0.15 | 347.47 | 0.68 | 0.54 |
| Hex | D9 | 3B | 5C | 0 | 49 | 3A | F | 15B | 44 | 36 |
| Octal | 331 | 73 | 134 | 0 | 111 | 72 | 17 | 533 | 104 | 66 |
| Binary | 11011001 | 111011 | 1011100 | 0 | 1001001 | 111010 | 1111 | 101011011 | 1000100 | 110110 |
Color Harmonies of #D93B5C
Complementary color
Monochromatic Colors of #D93B5C
Black with #D93B5C
Text Example
Text Example
White with #D93B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B5C; }
p { color: rgb(217,59,92); }
H1.HeaderClassName
{
color: #D93B5C;
}
.AnyTagClassName
{
color: #D93B5C;
}
</style>
background-color css
<style>
a { background-color: #D93B5C; }
a { background-color: rgb(217,59,92); }
div.DivClassName
{
background-color: #D93B5C;
}
.BgClassName
{
background-color: #D93B5C;
}
</style>
border-color css
<style>
span { border-color: #D93B5C; }
span { border-color: rgb(217,59,92); }
td.TdClassName
{
border-color: #D93B5C;
}
.TagClassName
{
border-color: #D93B5C;
}
</style>