Shades of Deep Cerise #D8388C
Tints of Deep Cerise #D8388C
RGB
CMYK
RGB Variations
Color information
#D8388C (or 0xD8388C) is known color: Deep Cerise. HEX triplet: D8, 38 and 8C. RGB value is (216,56,140). Sum of RGB (Red+Green+Blue) = 216+56+140=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8388C is #27C773. Grayscale: #717171. Windows color (decimal): -2606964 or 9189592. OLE color: 9189592.
HSL color Cylindrical-coordinate representation of color #D8388C: hue angle of 328.5º 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 #D8388C is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 140 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.15 |
| HSL | 328.5º | 0.67% | 0.53% | - |
| HSV(B) | 328.5º | 0.74% | 0.85% | - |
| XYZ | 34.47 | 19.32 | 26.72 | - |
| YUV | 113.42 | 143.01 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 140 | 0 | 0.74 | 0.35 | 0.15 | 328.5 | 0.67 | 0.53 |
| Hex | D8 | 38 | 8C | 0 | 4A | 23 | F | 148 | 43 | 35 |
| Octal | 330 | 70 | 214 | 0 | 112 | 43 | 17 | 510 | 103 | 65 |
| Binary | 11011000 | 111000 | 10001100 | 0 | 1001010 | 100011 | 1111 | 101001000 | 1000011 | 110101 |
Color Harmonies of #D8388C
Complementary color
Monochromatic Colors of #D8388C
Black with #D8388C
Text Example
Text Example
White with #D8388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8388C; }
p { color: rgb(216,56,140); }
H1.HeaderClassName
{
color: #D8388C;
}
.AnyTagClassName
{
color: #D8388C;
}
</style>
background-color css
<style>
a { background-color: #D8388C; }
a { background-color: rgb(216,56,140); }
div.DivClassName
{
background-color: #D8388C;
}
.BgClassName
{
background-color: #D8388C;
}
</style>
border-color css
<style>
span { border-color: #D8388C; }
span { border-color: rgb(216,56,140); }
td.TdClassName
{
border-color: #D8388C;
}
.TagClassName
{
border-color: #D8388C;
}
</style>