Shades of Deep Cerise #D5389D
Tints of Deep Cerise #D5389D
RGB
CMYK
RGB Variations
Color information
#D5389D (or 0xD5389D) is known color: Deep Cerise. HEX triplet: D5, 38 and 9D. RGB value is (213,56,157). Sum of RGB (Red+Green+Blue) = 213+56+157=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5389D is #2AC762. Grayscale: #727272. Windows color (decimal): -2803555 or 10303701. OLE color: 10303701.
HSL color Cylindrical-coordinate representation of color #D5389D: hue angle of 321.4º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5389D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 157 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.16 |
| HSL | 321.4º | 0.65% | 0.53% | - |
| HSV(B) | 321.4º | 0.74% | 0.84% | - |
| XYZ | 34.94 | 19.41 | 33.8 | - |
| YUV | 114.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 157 | 0 | 0.74 | 0.26 | 0.16 | 321.4 | 0.65 | 0.53 |
| Hex | D5 | 38 | 9D | 0 | 4A | 1A | 10 | 141 | 41 | 35 |
| Octal | 325 | 70 | 235 | 0 | 112 | 32 | 20 | 501 | 101 | 65 |
| Binary | 11010101 | 111000 | 10011101 | 0 | 1001010 | 11010 | 10000 | 101000001 | 1000001 | 110101 |
Color Harmonies of #D5389D
Complementary color
Monochromatic Colors of #D5389D
Black with #D5389D
Text Example
Text Example
White with #D5389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5389D; }
p { color: rgb(213,56,157); }
H1.HeaderClassName
{
color: #D5389D;
}
.AnyTagClassName
{
color: #D5389D;
}
</style>
background-color css
<style>
a { background-color: #D5389D; }
a { background-color: rgb(213,56,157); }
div.DivClassName
{
background-color: #D5389D;
}
.BgClassName
{
background-color: #D5389D;
}
</style>
border-color css
<style>
span { border-color: #D5389D; }
span { border-color: rgb(213,56,157); }
td.TdClassName
{
border-color: #D5389D;
}
.TagClassName
{
border-color: #D5389D;
}
</style>