Shades of Deep Cerise #D8389D
Tints of Deep Cerise #D8389D
RGB
CMYK
RGB Variations
Color information
#D8389D (or 0xD8389D) is known color: Deep Cerise. HEX triplet: D8, 38 and 9D. RGB value is (216,56,157). Sum of RGB (Red+Green+Blue) = 216+56+157=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8389D is #27C762. Grayscale: #737373. Windows color (decimal): -2606947 or 10303704. OLE color: 10303704.
HSL color Cylindrical-coordinate representation of color #D8389D: hue angle of 322.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8389D is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 157 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.15 |
| HSL | 322.13º | 0.67% | 0.53% | - |
| HSV(B) | 322.13º | 0.74% | 0.85% | - |
| XYZ | 35.82 | 19.86 | 33.84 | - |
| YUV | 115.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 157 | 0 | 0.74 | 0.27 | 0.15 | 322.13 | 0.67 | 0.53 |
| Hex | D8 | 38 | 9D | 0 | 4A | 1B | F | 142 | 43 | 35 |
| Octal | 330 | 70 | 235 | 0 | 112 | 33 | 17 | 502 | 103 | 65 |
| Binary | 11011000 | 111000 | 10011101 | 0 | 1001010 | 11011 | 1111 | 101000010 | 1000011 | 110101 |
Color Harmonies of #D8389D
Complementary color
Monochromatic Colors of #D8389D
Black with #D8389D
Text Example
Text Example
White with #D8389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8389D; }
p { color: rgb(216,56,157); }
H1.HeaderClassName
{
color: #D8389D;
}
.AnyTagClassName
{
color: #D8389D;
}
</style>
background-color css
<style>
a { background-color: #D8389D; }
a { background-color: rgb(216,56,157); }
div.DivClassName
{
background-color: #D8389D;
}
.BgClassName
{
background-color: #D8389D;
}
</style>
border-color css
<style>
span { border-color: #D8389D; }
span { border-color: rgb(216,56,157); }
td.TdClassName
{
border-color: #D8389D;
}
.TagClassName
{
border-color: #D8389D;
}
</style>