Shades of Deep Cerise #D8389E
Tints of Deep Cerise #D8389E
RGB
CMYK
RGB Variations
Color information
#D8389E (or 0xD8389E) is known color: Deep Cerise. HEX triplet: D8, 38 and 9E. RGB value is (216,56,158). Sum of RGB (Red+Green+Blue) = 216+56+158=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8389E is #27C761. Grayscale: #737373. Windows color (decimal): -2606946 or 10369240. OLE color: 10369240.
HSL color Cylindrical-coordinate representation of color #D8389E: hue angle of 321.75º 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 #D8389E is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 158 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.15 |
| HSL | 321.75º | 0.67% | 0.53% | - |
| HSV(B) | 321.75º | 0.74% | 0.85% | - |
| XYZ | 35.9 | 19.9 | 34.3 | - |
| YUV | 115.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 158 | 0 | 0.74 | 0.27 | 0.15 | 321.75 | 0.67 | 0.53 |
| Hex | D8 | 38 | 9E | 0 | 4A | 1B | F | 142 | 43 | 35 |
| Octal | 330 | 70 | 236 | 0 | 112 | 33 | 17 | 502 | 103 | 65 |
| Binary | 11011000 | 111000 | 10011110 | 0 | 1001010 | 11011 | 1111 | 101000010 | 1000011 | 110101 |
Color Harmonies of #D8389E
Complementary color
Monochromatic Colors of #D8389E
Black with #D8389E
Text Example
Text Example
White with #D8389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8389E; }
p { color: rgb(216,56,158); }
H1.HeaderClassName
{
color: #D8389E;
}
.AnyTagClassName
{
color: #D8389E;
}
</style>
background-color css
<style>
a { background-color: #D8389E; }
a { background-color: rgb(216,56,158); }
div.DivClassName
{
background-color: #D8389E;
}
.BgClassName
{
background-color: #D8389E;
}
</style>
border-color css
<style>
span { border-color: #D8389E; }
span { border-color: rgb(216,56,158); }
td.TdClassName
{
border-color: #D8389E;
}
.TagClassName
{
border-color: #D8389E;
}
</style>