Shades of Deep Cerise #D0388D
Tints of Deep Cerise #D0388D
RGB
CMYK
RGB Variations
Color information
#D0388D (or 0xD0388D) is known color: Deep Cerise. HEX triplet: D0, 38 and 8D. RGB value is (208,56,141). Sum of RGB (Red+Green+Blue) = 208+56+141=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0388D is #2FC772. Grayscale: #6E6E6E. Windows color (decimal): -3131251 or 9255120. OLE color: 9255120.
HSL color Cylindrical-coordinate representation of color #D0388D: hue angle of 326.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0388D is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 141 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.18 |
| HSL | 326.45º | 0.62% | 0.52% | - |
| HSV(B) | 326.45º | 0.73% | 0.82% | - |
| XYZ | 32.23 | 18.16 | 27.01 | - |
| YUV | 111.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 141 | 0 | 0.73 | 0.32 | 0.18 | 326.45 | 0.62 | 0.52 |
| Hex | D0 | 38 | 8D | 0 | 49 | 20 | 12 | 146 | 3E | 34 |
| Octal | 320 | 70 | 215 | 0 | 111 | 40 | 22 | 506 | 76 | 64 |
| Binary | 11010000 | 111000 | 10001101 | 0 | 1001001 | 100000 | 10010 | 101000110 | 111110 | 110100 |
Color Harmonies of #D0388D
Complementary color
Monochromatic Colors of #D0388D
Black with #D0388D
Text Example
Text Example
White with #D0388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0388D; }
p { color: rgb(208,56,141); }
H1.HeaderClassName
{
color: #D0388D;
}
.AnyTagClassName
{
color: #D0388D;
}
</style>
background-color css
<style>
a { background-color: #D0388D; }
a { background-color: rgb(208,56,141); }
div.DivClassName
{
background-color: #D0388D;
}
.BgClassName
{
background-color: #D0388D;
}
</style>
border-color css
<style>
span { border-color: #D0388D; }
span { border-color: rgb(208,56,141); }
td.TdClassName
{
border-color: #D0388D;
}
.TagClassName
{
border-color: #D0388D;
}
</style>