Shades of Deep Cerise #D5398C
Tints of Deep Cerise #D5398C
RGB
CMYK
RGB Variations
Color information
#D5398C (or 0xD5398C) is known color: Deep Cerise. HEX triplet: D5, 39 and 8C. RGB value is (213,57,140). Sum of RGB (Red+Green+Blue) = 213+57+140=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5398C is #2AC673. Grayscale: #707070. Windows color (decimal): -2803316 or 9189845. OLE color: 9189845.
HSL color Cylindrical-coordinate representation of color #D5398C: hue angle of 328.08º 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 #D5398C is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 140 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.16 |
| HSL | 328.08º | 0.65% | 0.53% | - |
| HSV(B) | 328.08º | 0.73% | 0.84% | - |
| XYZ | 33.64 | 18.97 | 26.7 | - |
| YUV | 113.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 140 | 0 | 0.73 | 0.34 | 0.16 | 328.08 | 0.65 | 0.53 |
| Hex | D5 | 39 | 8C | 0 | 49 | 22 | 10 | 148 | 41 | 35 |
| Octal | 325 | 71 | 214 | 0 | 111 | 42 | 20 | 510 | 101 | 65 |
| Binary | 11010101 | 111001 | 10001100 | 0 | 1001001 | 100010 | 10000 | 101001000 | 1000001 | 110101 |
Color Harmonies of #D5398C
Complementary color
Monochromatic Colors of #D5398C
Black with #D5398C
Text Example
Text Example
White with #D5398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5398C; }
p { color: rgb(213,57,140); }
H1.HeaderClassName
{
color: #D5398C;
}
.AnyTagClassName
{
color: #D5398C;
}
</style>
background-color css
<style>
a { background-color: #D5398C; }
a { background-color: rgb(213,57,140); }
div.DivClassName
{
background-color: #D5398C;
}
.BgClassName
{
background-color: #D5398C;
}
</style>
border-color css
<style>
span { border-color: #D5398C; }
span { border-color: rgb(213,57,140); }
td.TdClassName
{
border-color: #D5398C;
}
.TagClassName
{
border-color: #D5398C;
}
</style>