Shades of Deep Cerise #D5397A
Tints of Deep Cerise #D5397A
RGB
CMYK
RGB Variations
Color information
#D5397A (or 0xD5397A) is known color: Deep Cerise. HEX triplet: D5, 39 and 7A. RGB value is (213,57,122). Sum of RGB (Red+Green+Blue) = 213+57+122=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5397A is #2AC685. Grayscale: #6E6E6E. Windows color (decimal): -2803334 or 8010197. OLE color: 8010197.
HSL color Cylindrical-coordinate representation of color #D5397A: hue angle of 335º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5397A is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 122 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.16 |
| HSL | 335º | 0.65% | 0.53% | - |
| HSV(B) | 335º | 0.73% | 0.84% | - |
| XYZ | 32.42 | 18.48 | 20.27 | - |
| YUV | 111.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 122 | 0 | 0.73 | 0.43 | 0.16 | 335 | 0.65 | 0.53 |
| Hex | D5 | 39 | 7A | 0 | 49 | 2B | 10 | 14F | 41 | 35 |
| Octal | 325 | 71 | 172 | 0 | 111 | 53 | 20 | 517 | 101 | 65 |
| Binary | 11010101 | 111001 | 1111010 | 0 | 1001001 | 101011 | 10000 | 101001111 | 1000001 | 110101 |
Color Harmonies of #D5397A
Complementary color
Monochromatic Colors of #D5397A
Black with #D5397A
Text Example
Text Example
White with #D5397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5397A; }
p { color: rgb(213,57,122); }
H1.HeaderClassName
{
color: #D5397A;
}
.AnyTagClassName
{
color: #D5397A;
}
</style>
background-color css
<style>
a { background-color: #D5397A; }
a { background-color: rgb(213,57,122); }
div.DivClassName
{
background-color: #D5397A;
}
.BgClassName
{
background-color: #D5397A;
}
</style>
border-color css
<style>
span { border-color: #D5397A; }
span { border-color: rgb(213,57,122); }
td.TdClassName
{
border-color: #D5397A;
}
.TagClassName
{
border-color: #D5397A;
}
</style>