Shades of Deep Cerise #D7357C
Tints of Deep Cerise #D7357C
RGB
CMYK
RGB Variations
Color information
#D7357C (or 0xD7357C) is known color: Deep Cerise. HEX triplet: D7, 35 and 7C. RGB value is (215,53,124). Sum of RGB (Red+Green+Blue) = 215+53+124=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7357C is #28CA83. Grayscale: #6D6D6D. Windows color (decimal): -2673284 or 8140247. OLE color: 8140247.
HSL color Cylindrical-coordinate representation of color #D7357C: hue angle of 333.7º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7357C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 124 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.16 |
| HSL | 333.7º | 0.67% | 0.53% | - |
| HSV(B) | 333.7º | 0.75% | 0.84% | - |
| XYZ | 32.94 | 18.45 | 20.89 | - |
| YUV | 109.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 124 | 0 | 0.75 | 0.42 | 0.16 | 333.7 | 0.67 | 0.53 |
| Hex | D7 | 35 | 7C | 0 | 4B | 2A | 10 | 14E | 43 | 35 |
| Octal | 327 | 65 | 174 | 0 | 113 | 52 | 20 | 516 | 103 | 65 |
| Binary | 11010111 | 110101 | 1111100 | 0 | 1001011 | 101010 | 10000 | 101001110 | 1000011 | 110101 |
Color Harmonies of #D7357C
Complementary color
Monochromatic Colors of #D7357C
Black with #D7357C
Text Example
Text Example
White with #D7357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7357C; }
p { color: rgb(215,53,124); }
H1.HeaderClassName
{
color: #D7357C;
}
.AnyTagClassName
{
color: #D7357C;
}
</style>
background-color css
<style>
a { background-color: #D7357C; }
a { background-color: rgb(215,53,124); }
div.DivClassName
{
background-color: #D7357C;
}
.BgClassName
{
background-color: #D7357C;
}
</style>
border-color css
<style>
span { border-color: #D7357C; }
span { border-color: rgb(215,53,124); }
td.TdClassName
{
border-color: #D7357C;
}
.TagClassName
{
border-color: #D7357C;
}
</style>