Shades of Cerise #D93561
Tints of Cerise #D93561
RGB
CMYK
RGB Variations
Color information
#D93561 (or 0xD93561) is known color: Cerise. HEX triplet: D9, 35 and 61. RGB value is (217,53,97). Sum of RGB (Red+Green+Blue) = 217+53+97=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D93561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93561 is #26CA9E. Grayscale: #6B6B6B. Windows color (decimal): -2542239 or 6370777. OLE color: 6370777.
HSL color Cylindrical-coordinate representation of color #D93561: hue angle of 343.9º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93561 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 97 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.15 |
| HSL | 343.9º | 0.68% | 0.53% | - |
| HSV(B) | 343.9º | 0.76% | 0.85% | - |
| XYZ | 32.05 | 18.16 | 13.13 | - |
| YUV | 107.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 97 | 0 | 0.76 | 0.55 | 0.15 | 343.9 | 0.68 | 0.53 |
| Hex | D9 | 35 | 61 | 0 | 4C | 37 | F | 158 | 44 | 35 |
| Octal | 331 | 65 | 141 | 0 | 114 | 67 | 17 | 530 | 104 | 65 |
| Binary | 11011001 | 110101 | 1100001 | 0 | 1001100 | 110111 | 1111 | 101011000 | 1000100 | 110101 |
Color Harmonies of #D93561
Complementary color
Monochromatic Colors of #D93561
Black with #D93561
Text Example
Text Example
White with #D93561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93561; }
p { color: rgb(217,53,97); }
H1.HeaderClassName
{
color: #D93561;
}
.AnyTagClassName
{
color: #D93561;
}
</style>
background-color css
<style>
a { background-color: #D93561; }
a { background-color: rgb(217,53,97); }
div.DivClassName
{
background-color: #D93561;
}
.BgClassName
{
background-color: #D93561;
}
</style>
border-color css
<style>
span { border-color: #D93561; }
span { border-color: rgb(217,53,97); }
td.TdClassName
{
border-color: #D93561;
}
.TagClassName
{
border-color: #D93561;
}
</style>