Shades of Deep Cerise #D5398E
Tints of Deep Cerise #D5398E
RGB
CMYK
RGB Variations
Color information
#D5398E (or 0xD5398E) is known color: Deep Cerise. HEX triplet: D5, 39 and 8E. RGB value is (213,57,142). Sum of RGB (Red+Green+Blue) = 213+57+142=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5398E is #2AC671. Grayscale: #717171. Windows color (decimal): -2803314 or 9320917. OLE color: 9320917.
HSL color Cylindrical-coordinate representation of color #D5398E: hue angle of 327.31º 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 #D5398E is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 142 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.16 |
| HSL | 327.31º | 0.65% | 0.53% | - |
| HSV(B) | 327.31º | 0.73% | 0.84% | - |
| XYZ | 33.79 | 19.03 | 27.48 | - |
| YUV | 113.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 142 | 0 | 0.73 | 0.33 | 0.16 | 327.31 | 0.65 | 0.53 |
| Hex | D5 | 39 | 8E | 0 | 49 | 21 | 10 | 147 | 41 | 35 |
| Octal | 325 | 71 | 216 | 0 | 111 | 41 | 20 | 507 | 101 | 65 |
| Binary | 11010101 | 111001 | 10001110 | 0 | 1001001 | 100001 | 10000 | 101000111 | 1000001 | 110101 |
Color Harmonies of #D5398E
Complementary color
Monochromatic Colors of #D5398E
Black with #D5398E
Text Example
Text Example
White with #D5398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5398E; }
p { color: rgb(213,57,142); }
H1.HeaderClassName
{
color: #D5398E;
}
.AnyTagClassName
{
color: #D5398E;
}
</style>
background-color css
<style>
a { background-color: #D5398E; }
a { background-color: rgb(213,57,142); }
div.DivClassName
{
background-color: #D5398E;
}
.BgClassName
{
background-color: #D5398E;
}
</style>
border-color css
<style>
span { border-color: #D5398E; }
span { border-color: rgb(213,57,142); }
td.TdClassName
{
border-color: #D5398E;
}
.TagClassName
{
border-color: #D5398E;
}
</style>