Shades of Deep Cerise #D8388F
Tints of Deep Cerise #D8388F
RGB
CMYK
RGB Variations
Color information
#D8388F (or 0xD8388F) is known color: Deep Cerise. HEX triplet: D8, 38 and 8F. RGB value is (216,56,143). Sum of RGB (Red+Green+Blue) = 216+56+143=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8388F is #27C770. Grayscale: #717171. Windows color (decimal): -2606961 or 9386200. OLE color: 9386200.
HSL color Cylindrical-coordinate representation of color #D8388F: hue angle of 327.38º 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 #D8388F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 143 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.15 |
| HSL | 327.38º | 0.67% | 0.53% | - |
| HSV(B) | 327.38º | 0.74% | 0.85% | - |
| XYZ | 34.69 | 19.41 | 27.9 | - |
| YUV | 113.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 143 | 0 | 0.74 | 0.34 | 0.15 | 327.38 | 0.67 | 0.53 |
| Hex | D8 | 38 | 8F | 0 | 4A | 22 | F | 147 | 43 | 35 |
| Octal | 330 | 70 | 217 | 0 | 112 | 42 | 17 | 507 | 103 | 65 |
| Binary | 11011000 | 111000 | 10001111 | 0 | 1001010 | 100010 | 1111 | 101000111 | 1000011 | 110101 |
Color Harmonies of #D8388F
Complementary color
Monochromatic Colors of #D8388F
Black with #D8388F
Text Example
Text Example
White with #D8388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8388F; }
p { color: rgb(216,56,143); }
H1.HeaderClassName
{
color: #D8388F;
}
.AnyTagClassName
{
color: #D8388F;
}
</style>
background-color css
<style>
a { background-color: #D8388F; }
a { background-color: rgb(216,56,143); }
div.DivClassName
{
background-color: #D8388F;
}
.BgClassName
{
background-color: #D8388F;
}
</style>
border-color css
<style>
span { border-color: #D8388F; }
span { border-color: rgb(216,56,143); }
td.TdClassName
{
border-color: #D8388F;
}
.TagClassName
{
border-color: #D8388F;
}
</style>