Shades of Cerise #D93572
Tints of Cerise #D93572
RGB
CMYK
RGB Variations
Color information
#D93572 (or 0xD93572) is known color: Cerise. HEX triplet: D9, 35 and 72. RGB value is (217,53,114). Sum of RGB (Red+Green+Blue) = 217+53+114=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93572 is #26CA8D. Grayscale: #6C6C6C. Windows color (decimal): -2542222 or 7484889. OLE color: 7484889.
HSL color Cylindrical-coordinate representation of color #D93572: hue angle of 337.68º 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 #D93572 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 114 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.15 |
| HSL | 337.68º | 0.68% | 0.53% | - |
| HSV(B) | 337.68º | 0.76% | 0.85% | - |
| XYZ | 32.93 | 18.51 | 17.76 | - |
| YUV | 108.99 | 130.83 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 114 | 0 | 0.76 | 0.47 | 0.15 | 337.68 | 0.68 | 0.53 |
| Hex | D9 | 35 | 72 | 0 | 4C | 2F | F | 152 | 44 | 35 |
| Octal | 331 | 65 | 162 | 0 | 114 | 57 | 17 | 522 | 104 | 65 |
| Binary | 11011001 | 110101 | 1110010 | 0 | 1001100 | 101111 | 1111 | 101010010 | 1000100 | 110101 |
Color Harmonies of #D93572
Complementary color
Monochromatic Colors of #D93572
Black with #D93572
Text Example
Text Example
White with #D93572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93572; }
p { color: rgb(217,53,114); }
H1.HeaderClassName
{
color: #D93572;
}
.AnyTagClassName
{
color: #D93572;
}
</style>
background-color css
<style>
a { background-color: #D93572; }
a { background-color: rgb(217,53,114); }
div.DivClassName
{
background-color: #D93572;
}
.BgClassName
{
background-color: #D93572;
}
</style>
border-color css
<style>
span { border-color: #D93572; }
span { border-color: rgb(217,53,114); }
td.TdClassName
{
border-color: #D93572;
}
.TagClassName
{
border-color: #D93572;
}
</style>