Shades of Cerise #D93764
Tints of Cerise #D93764
RGB
CMYK
RGB Variations
Color information
#D93764 (or 0xD93764) is known color: Cerise. HEX triplet: D9, 37 and 64. RGB value is (217,55,100). Sum of RGB (Red+Green+Blue) = 217+55+100=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D93764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93764 is #26C89B. Grayscale: #6C6C6C. Windows color (decimal): -2541724 or 6567897. OLE color: 6567897.
HSL color Cylindrical-coordinate representation of color #D93764: hue angle of 343.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93764 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 100 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.15 |
| HSL | 343.33º | 0.68% | 0.53% | - |
| HSV(B) | 343.33º | 0.75% | 0.85% | - |
| XYZ | 32.28 | 18.4 | 13.91 | - |
| YUV | 108.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 100 | 0 | 0.75 | 0.54 | 0.15 | 343.33 | 0.68 | 0.53 |
| Hex | D9 | 37 | 64 | 0 | 4B | 36 | F | 157 | 44 | 35 |
| Octal | 331 | 67 | 144 | 0 | 113 | 66 | 17 | 527 | 104 | 65 |
| Binary | 11011001 | 110111 | 1100100 | 0 | 1001011 | 110110 | 1111 | 101010111 | 1000100 | 110101 |
Color Harmonies of #D93764
Complementary color
Monochromatic Colors of #D93764
Black with #D93764
Text Example
Text Example
White with #D93764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93764; }
p { color: rgb(217,55,100); }
H1.HeaderClassName
{
color: #D93764;
}
.AnyTagClassName
{
color: #D93764;
}
</style>
background-color css
<style>
a { background-color: #D93764; }
a { background-color: rgb(217,55,100); }
div.DivClassName
{
background-color: #D93764;
}
.BgClassName
{
background-color: #D93764;
}
</style>
border-color css
<style>
span { border-color: #D93764; }
span { border-color: rgb(217,55,100); }
td.TdClassName
{
border-color: #D93764;
}
.TagClassName
{
border-color: #D93764;
}
</style>