Shades of Deep Cerise #D5357E
Tints of Deep Cerise #D5357E
RGB
CMYK
RGB Variations
Color information
#D5357E (or 0xD5357E) is known color: Deep Cerise. HEX triplet: D5, 35 and 7E. RGB value is (213,53,126). Sum of RGB (Red+Green+Blue) = 213+53+126=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5357E is #2ACA81. Grayscale: #6D6D6D. Windows color (decimal): -2804354 or 8271317. OLE color: 8271317.
HSL color Cylindrical-coordinate representation of color #D5357E: hue angle of 332.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5357E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 126 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.16 |
| HSL | 332.63º | 0.66% | 0.52% | - |
| HSV(B) | 332.63º | 0.75% | 0.84% | - |
| XYZ | 32.48 | 18.2 | 21.54 | - |
| YUV | 109.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 126 | 0 | 0.75 | 0.41 | 0.16 | 332.63 | 0.66 | 0.52 |
| Hex | D5 | 35 | 7E | 0 | 4B | 29 | 10 | 14D | 42 | 34 |
| Octal | 325 | 65 | 176 | 0 | 113 | 51 | 20 | 515 | 102 | 64 |
| Binary | 11010101 | 110101 | 1111110 | 0 | 1001011 | 101001 | 10000 | 101001101 | 1000010 | 110100 |
Color Harmonies of #D5357E
Complementary color
Monochromatic Colors of #D5357E
Black with #D5357E
Text Example
Text Example
White with #D5357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5357E; }
p { color: rgb(213,53,126); }
H1.HeaderClassName
{
color: #D5357E;
}
.AnyTagClassName
{
color: #D5357E;
}
</style>
background-color css
<style>
a { background-color: #D5357E; }
a { background-color: rgb(213,53,126); }
div.DivClassName
{
background-color: #D5357E;
}
.BgClassName
{
background-color: #D5357E;
}
</style>
border-color css
<style>
span { border-color: #D5357E; }
span { border-color: rgb(213,53,126); }
td.TdClassName
{
border-color: #D5357E;
}
.TagClassName
{
border-color: #D5357E;
}
</style>