Shades of Deep Cerise #D9357D
Tints of Deep Cerise #D9357D
RGB
CMYK
RGB Variations
Color information
#D9357D (or 0xD9357D) is known color: Deep Cerise. HEX triplet: D9, 35 and 7D. RGB value is (217,53,125). Sum of RGB (Red+Green+Blue) = 217+53+125=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9357D is #26CA82. Grayscale: #6E6E6E. Windows color (decimal): -2542211 or 8205785. OLE color: 8205785.
HSL color Cylindrical-coordinate representation of color #D9357D: hue angle of 333.66º 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 #D9357D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 125 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.15 |
| HSL | 333.66º | 0.68% | 0.53% | - |
| HSV(B) | 333.66º | 0.76% | 0.85% | - |
| XYZ | 33.59 | 18.78 | 21.26 | - |
| YUV | 110.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 125 | 0 | 0.76 | 0.42 | 0.15 | 333.66 | 0.68 | 0.53 |
| Hex | D9 | 35 | 7D | 0 | 4C | 2A | F | 14E | 44 | 35 |
| Octal | 331 | 65 | 175 | 0 | 114 | 52 | 17 | 516 | 104 | 65 |
| Binary | 11011001 | 110101 | 1111101 | 0 | 1001100 | 101010 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D9357D
Complementary color
Monochromatic Colors of #D9357D
Black with #D9357D
Text Example
Text Example
White with #D9357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9357D; }
p { color: rgb(217,53,125); }
H1.HeaderClassName
{
color: #D9357D;
}
.AnyTagClassName
{
color: #D9357D;
}
</style>
background-color css
<style>
a { background-color: #D9357D; }
a { background-color: rgb(217,53,125); }
div.DivClassName
{
background-color: #D9357D;
}
.BgClassName
{
background-color: #D9357D;
}
</style>
border-color css
<style>
span { border-color: #D9357D; }
span { border-color: rgb(217,53,125); }
td.TdClassName
{
border-color: #D9357D;
}
.TagClassName
{
border-color: #D9357D;
}
</style>