Shades of Deep Cerise #D5398A
Tints of Deep Cerise #D5398A
RGB
CMYK
RGB Variations
Color information
#D5398A (or 0xD5398A) is known color: Deep Cerise. HEX triplet: D5, 39 and 8A. RGB value is (213,57,138). Sum of RGB (Red+Green+Blue) = 213+57+138=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5398A is #2AC675. Grayscale: #707070. Windows color (decimal): -2803318 or 9058773. OLE color: 9058773.
HSL color Cylindrical-coordinate representation of color #D5398A: hue angle of 328.85º 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 #D5398A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 138 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.16 |
| HSL | 328.85º | 0.65% | 0.53% | - |
| HSV(B) | 328.85º | 0.73% | 0.84% | - |
| XYZ | 33.49 | 18.91 | 25.93 | - |
| YUV | 112.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 138 | 0 | 0.73 | 0.35 | 0.16 | 328.85 | 0.65 | 0.53 |
| Hex | D5 | 39 | 8A | 0 | 49 | 23 | 10 | 149 | 41 | 35 |
| Octal | 325 | 71 | 212 | 0 | 111 | 43 | 20 | 511 | 101 | 65 |
| Binary | 11010101 | 111001 | 10001010 | 0 | 1001001 | 100011 | 10000 | 101001001 | 1000001 | 110101 |
Color Harmonies of #D5398A
Complementary color
Monochromatic Colors of #D5398A
Black with #D5398A
Text Example
Text Example
White with #D5398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5398A; }
p { color: rgb(213,57,138); }
H1.HeaderClassName
{
color: #D5398A;
}
.AnyTagClassName
{
color: #D5398A;
}
</style>
background-color css
<style>
a { background-color: #D5398A; }
a { background-color: rgb(213,57,138); }
div.DivClassName
{
background-color: #D5398A;
}
.BgClassName
{
background-color: #D5398A;
}
</style>
border-color css
<style>
span { border-color: #D5398A; }
span { border-color: rgb(213,57,138); }
td.TdClassName
{
border-color: #D5398A;
}
.TagClassName
{
border-color: #D5398A;
}
</style>