Shades of Deep Cerise #D8399B
Tints of Deep Cerise #D8399B
RGB
CMYK
RGB Variations
Color information
#D8399B (or 0xD8399B) is known color: Deep Cerise. HEX triplet: D8, 39 and 9B. RGB value is (216,57,155). Sum of RGB (Red+Green+Blue) = 216+57+155=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8399B is #27C664. Grayscale: #737373. Windows color (decimal): -2606693 or 10172888. OLE color: 10172888.
HSL color Cylindrical-coordinate representation of color #D8399B: hue angle of 323.02º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8399B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 155 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.15 |
| HSL | 323.02º | 0.67% | 0.54% | - |
| HSV(B) | 323.02º | 0.74% | 0.85% | - |
| XYZ | 35.7 | 19.89 | 32.97 | - |
| YUV | 115.71 | 150.18 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 155 | 0 | 0.74 | 0.28 | 0.15 | 323.02 | 0.67 | 0.54 |
| Hex | D8 | 39 | 9B | 0 | 4A | 1C | F | 143 | 43 | 36 |
| Octal | 330 | 71 | 233 | 0 | 112 | 34 | 17 | 503 | 103 | 66 |
| Binary | 11011000 | 111001 | 10011011 | 0 | 1001010 | 11100 | 1111 | 101000011 | 1000011 | 110110 |
Color Harmonies of #D8399B
Complementary color
Monochromatic Colors of #D8399B
Black with #D8399B
Text Example
Text Example
White with #D8399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8399B; }
p { color: rgb(216,57,155); }
H1.HeaderClassName
{
color: #D8399B;
}
.AnyTagClassName
{
color: #D8399B;
}
</style>
background-color css
<style>
a { background-color: #D8399B; }
a { background-color: rgb(216,57,155); }
div.DivClassName
{
background-color: #D8399B;
}
.BgClassName
{
background-color: #D8399B;
}
</style>
border-color css
<style>
span { border-color: #D8399B; }
span { border-color: rgb(216,57,155); }
td.TdClassName
{
border-color: #D8399B;
}
.TagClassName
{
border-color: #D8399B;
}
</style>