Shades of Cerise #D93574
Tints of Cerise #D93574
RGB
CMYK
RGB Variations
Color information
#D93574 (or 0xD93574) is known color: Cerise. HEX triplet: D9, 35 and 74. RGB value is (217,53,116). Sum of RGB (Red+Green+Blue) = 217+53+116=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D93574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93574 is #26CA8B. Grayscale: #6D6D6D. Windows color (decimal): -2542220 or 7615961. OLE color: 7615961.
HSL color Cylindrical-coordinate representation of color #D93574: hue angle of 336.95º 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 #D93574 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 116 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.15 |
| HSL | 336.95º | 0.68% | 0.53% | - |
| HSV(B) | 336.95º | 0.76% | 0.85% | - |
| XYZ | 33.04 | 18.56 | 18.36 | - |
| YUV | 109.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 116 | 0 | 0.76 | 0.47 | 0.15 | 336.95 | 0.68 | 0.53 |
| Hex | D9 | 35 | 74 | 0 | 4C | 2F | F | 151 | 44 | 35 |
| Octal | 331 | 65 | 164 | 0 | 114 | 57 | 17 | 521 | 104 | 65 |
| Binary | 11011001 | 110101 | 1110100 | 0 | 1001100 | 101111 | 1111 | 101010001 | 1000100 | 110101 |
Color Harmonies of #D93574
Complementary color
Monochromatic Colors of #D93574
Black with #D93574
Text Example
Text Example
White with #D93574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93574; }
p { color: rgb(217,53,116); }
H1.HeaderClassName
{
color: #D93574;
}
.AnyTagClassName
{
color: #D93574;
}
</style>
background-color css
<style>
a { background-color: #D93574; }
a { background-color: rgb(217,53,116); }
div.DivClassName
{
background-color: #D93574;
}
.BgClassName
{
background-color: #D93574;
}
</style>
border-color css
<style>
span { border-color: #D93574; }
span { border-color: rgb(217,53,116); }
td.TdClassName
{
border-color: #D93574;
}
.TagClassName
{
border-color: #D93574;
}
</style>