Shades of Deep Cerise #D5399C
Tints of Deep Cerise #D5399C
RGB
CMYK
RGB Variations
Color information
#D5399C (or 0xD5399C) is known color: Deep Cerise. HEX triplet: D5, 39 and 9C. RGB value is (213,57,156). Sum of RGB (Red+Green+Blue) = 213+57+156=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5399C is #2AC663. Grayscale: #727272. Windows color (decimal): -2803300 or 10238421. OLE color: 10238421.
HSL color Cylindrical-coordinate representation of color #D5399C: hue angle of 321.92º 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 #D5399C is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 156 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.16 |
| HSL | 321.92º | 0.65% | 0.53% | - |
| HSV(B) | 321.92º | 0.73% | 0.84% | - |
| XYZ | 34.9 | 19.47 | 33.37 | - |
| YUV | 114.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 156 | 0 | 0.73 | 0.27 | 0.16 | 321.92 | 0.65 | 0.53 |
| Hex | D5 | 39 | 9C | 0 | 49 | 1B | 10 | 142 | 41 | 35 |
| Octal | 325 | 71 | 234 | 0 | 111 | 33 | 20 | 502 | 101 | 65 |
| Binary | 11010101 | 111001 | 10011100 | 0 | 1001001 | 11011 | 10000 | 101000010 | 1000001 | 110101 |
Color Harmonies of #D5399C
Complementary color
Monochromatic Colors of #D5399C
Black with #D5399C
Text Example
Text Example
White with #D5399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5399C; }
p { color: rgb(213,57,156); }
H1.HeaderClassName
{
color: #D5399C;
}
.AnyTagClassName
{
color: #D5399C;
}
</style>
background-color css
<style>
a { background-color: #D5399C; }
a { background-color: rgb(213,57,156); }
div.DivClassName
{
background-color: #D5399C;
}
.BgClassName
{
background-color: #D5399C;
}
</style>
border-color css
<style>
span { border-color: #D5399C; }
span { border-color: rgb(213,57,156); }
td.TdClassName
{
border-color: #D5399C;
}
.TagClassName
{
border-color: #D5399C;
}
</style>