Shades of Deep Cerise #DC388E
Tints of Deep Cerise #DC388E
RGB
CMYK
RGB Variations
Color information
#DC388E (or 0xDC388E) is known color: Deep Cerise. HEX triplet: DC, 38 and 8E. RGB value is (220,56,142). Sum of RGB (Red+Green+Blue) = 220+56+142=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC388E is #23C771. Grayscale: #727272. Windows color (decimal): -2344818 or 9320668. OLE color: 9320668.
HSL color Cylindrical-coordinate representation of color #DC388E: hue angle of 328.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC388E is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 142 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.14 |
| HSL | 328.54º | 0.7% | 0.54% | - |
| HSV(B) | 328.54º | 0.75% | 0.86% | - |
| XYZ | 35.81 | 20 | 27.56 | - |
| YUV | 114.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 142 | 0 | 0.75 | 0.35 | 0.14 | 328.54 | 0.7 | 0.54 |
| Hex | DC | 38 | 8E | 0 | 4B | 23 | E | 149 | 46 | 36 |
| Octal | 334 | 70 | 216 | 0 | 113 | 43 | 16 | 511 | 106 | 66 |
| Binary | 11011100 | 111000 | 10001110 | 0 | 1001011 | 100011 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DC388E
Complementary color
Monochromatic Colors of #DC388E
Black with #DC388E
Text Example
Text Example
White with #DC388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC388E; }
p { color: rgb(220,56,142); }
H1.HeaderClassName
{
color: #DC388E;
}
.AnyTagClassName
{
color: #DC388E;
}
</style>
background-color css
<style>
a { background-color: #DC388E; }
a { background-color: rgb(220,56,142); }
div.DivClassName
{
background-color: #DC388E;
}
.BgClassName
{
background-color: #DC388E;
}
</style>
border-color css
<style>
span { border-color: #DC388E; }
span { border-color: rgb(220,56,142); }
td.TdClassName
{
border-color: #DC388E;
}
.TagClassName
{
border-color: #DC388E;
}
</style>