Shades of Cerise #D93D5C
Tints of Cerise #D93D5C
RGB
CMYK
RGB Variations
Color information
#D93D5C (or 0xD93D5C) is known color: Cerise. HEX triplet: D9, 3D and 5C. RGB value is (217,61,92). Sum of RGB (Red+Green+Blue) = 217+61+92=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D5C is #26C2A3. Grayscale: #6F6F6F. Windows color (decimal): -2540196 or 6045145. OLE color: 6045145.
HSL color Cylindrical-coordinate representation of color #D93D5C: hue angle of 348.08º 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 #D93D5C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 92 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.15 |
| HSL | 348.08º | 0.67% | 0.55% | - |
| HSV(B) | 348.08º | 0.72% | 0.85% | - |
| XYZ | 32.22 | 18.86 | 12.07 | - |
| YUV | 111.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 92 | 0 | 0.72 | 0.58 | 0.15 | 348.08 | 0.67 | 0.55 |
| Hex | D9 | 3D | 5C | 0 | 48 | 3A | F | 15C | 43 | 37 |
| Octal | 331 | 75 | 134 | 0 | 110 | 72 | 17 | 534 | 103 | 67 |
| Binary | 11011001 | 111101 | 1011100 | 0 | 1001000 | 111010 | 1111 | 101011100 | 1000011 | 110111 |
Color Harmonies of #D93D5C
Complementary color
Monochromatic Colors of #D93D5C
Black with #D93D5C
Text Example
Text Example
White with #D93D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D5C; }
p { color: rgb(217,61,92); }
H1.HeaderClassName
{
color: #D93D5C;
}
.AnyTagClassName
{
color: #D93D5C;
}
</style>
background-color css
<style>
a { background-color: #D93D5C; }
a { background-color: rgb(217,61,92); }
div.DivClassName
{
background-color: #D93D5C;
}
.BgClassName
{
background-color: #D93D5C;
}
</style>
border-color css
<style>
span { border-color: #D93D5C; }
span { border-color: rgb(217,61,92); }
td.TdClassName
{
border-color: #D93D5C;
}
.TagClassName
{
border-color: #D93D5C;
}
</style>