Shades of Deep Cerise #D8398C
Tints of Deep Cerise #D8398C
RGB
CMYK
RGB Variations
Color information
#D8398C (or 0xD8398C) is known color: Deep Cerise. HEX triplet: D8, 39 and 8C. RGB value is (216,57,140). Sum of RGB (Red+Green+Blue) = 216+57+140=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8398C is #27C673. Grayscale: #717171. Windows color (decimal): -2606708 or 9189848. OLE color: 9189848.
HSL color Cylindrical-coordinate representation of color #D8398C: hue angle of 328.68º 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 #D8398C is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 140 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.15 |
| HSL | 328.68º | 0.67% | 0.54% | - |
| HSV(B) | 328.68º | 0.74% | 0.85% | - |
| XYZ | 34.52 | 19.42 | 26.74 | - |
| YUV | 114 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 140 | 0 | 0.74 | 0.35 | 0.15 | 328.68 | 0.67 | 0.54 |
| Hex | D8 | 39 | 8C | 0 | 4A | 23 | F | 149 | 43 | 36 |
| Octal | 330 | 71 | 214 | 0 | 112 | 43 | 17 | 511 | 103 | 66 |
| Binary | 11011000 | 111001 | 10001100 | 0 | 1001010 | 100011 | 1111 | 101001001 | 1000011 | 110110 |
Color Harmonies of #D8398C
Complementary color
Monochromatic Colors of #D8398C
Black with #D8398C
Text Example
Text Example
White with #D8398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8398C; }
p { color: rgb(216,57,140); }
H1.HeaderClassName
{
color: #D8398C;
}
.AnyTagClassName
{
color: #D8398C;
}
</style>
background-color css
<style>
a { background-color: #D8398C; }
a { background-color: rgb(216,57,140); }
div.DivClassName
{
background-color: #D8398C;
}
.BgClassName
{
background-color: #D8398C;
}
</style>
border-color css
<style>
span { border-color: #D8398C; }
span { border-color: rgb(216,57,140); }
td.TdClassName
{
border-color: #D8398C;
}
.TagClassName
{
border-color: #D8398C;
}
</style>