Shades of Deep Cerise #D7357E
Tints of Deep Cerise #D7357E
RGB
CMYK
RGB Variations
Color information
#D7357E (or 0xD7357E) is known color: Deep Cerise. HEX triplet: D7, 35 and 7E. RGB value is (215,53,126). Sum of RGB (Red+Green+Blue) = 215+53+126=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7357E is #28CA81. Grayscale: #6D6D6D. Windows color (decimal): -2673282 or 8271319. OLE color: 8271319.
HSL color Cylindrical-coordinate representation of color #D7357E: hue angle of 332.96º 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 #D7357E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 126 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.16 |
| HSL | 332.96º | 0.67% | 0.53% | - |
| HSV(B) | 332.96º | 0.75% | 0.84% | - |
| XYZ | 33.06 | 18.5 | 21.57 | - |
| YUV | 109.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 126 | 0 | 0.75 | 0.41 | 0.16 | 332.96 | 0.67 | 0.53 |
| Hex | D7 | 35 | 7E | 0 | 4B | 29 | 10 | 14D | 43 | 35 |
| Octal | 327 | 65 | 176 | 0 | 113 | 51 | 20 | 515 | 103 | 65 |
| Binary | 11010111 | 110101 | 1111110 | 0 | 1001011 | 101001 | 10000 | 101001101 | 1000011 | 110101 |
Color Harmonies of #D7357E
Complementary color
Monochromatic Colors of #D7357E
Black with #D7357E
Text Example
Text Example
White with #D7357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7357E; }
p { color: rgb(215,53,126); }
H1.HeaderClassName
{
color: #D7357E;
}
.AnyTagClassName
{
color: #D7357E;
}
</style>
background-color css
<style>
a { background-color: #D7357E; }
a { background-color: rgb(215,53,126); }
div.DivClassName
{
background-color: #D7357E;
}
.BgClassName
{
background-color: #D7357E;
}
</style>
border-color css
<style>
span { border-color: #D7357E; }
span { border-color: rgb(215,53,126); }
td.TdClassName
{
border-color: #D7357E;
}
.TagClassName
{
border-color: #D7357E;
}
</style>