Shades of Deep Cerise #DC387D
Tints of Deep Cerise #DC387D
RGB
CMYK
RGB Variations
Color information
#DC387D (or 0xDC387D) is known color: Deep Cerise. HEX triplet: DC, 38 and 7D. RGB value is (220,56,125). Sum of RGB (Red+Green+Blue) = 220+56+125=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC387D is #23C782. Grayscale: #707070. Windows color (decimal): -2344835 or 8206556. OLE color: 8206556.
HSL color Cylindrical-coordinate representation of color #DC387D: hue angle of 334.76º 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 #DC387D is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 125 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.14 |
| HSL | 334.76º | 0.7% | 0.54% | - |
| HSV(B) | 334.76º | 0.75% | 0.86% | - |
| XYZ | 34.63 | 19.52 | 21.35 | - |
| YUV | 112.9 | 134.83 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 125 | 0 | 0.75 | 0.43 | 0.14 | 334.76 | 0.7 | 0.54 |
| Hex | DC | 38 | 7D | 0 | 4B | 2B | E | 14F | 46 | 36 |
| Octal | 334 | 70 | 175 | 0 | 113 | 53 | 16 | 517 | 106 | 66 |
| Binary | 11011100 | 111000 | 1111101 | 0 | 1001011 | 101011 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DC387D
Complementary color
Monochromatic Colors of #DC387D
Black with #DC387D
Text Example
Text Example
White with #DC387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC387D; }
p { color: rgb(220,56,125); }
H1.HeaderClassName
{
color: #DC387D;
}
.AnyTagClassName
{
color: #DC387D;
}
</style>
background-color css
<style>
a { background-color: #DC387D; }
a { background-color: rgb(220,56,125); }
div.DivClassName
{
background-color: #DC387D;
}
.BgClassName
{
background-color: #DC387D;
}
</style>
border-color css
<style>
span { border-color: #DC387D; }
span { border-color: rgb(220,56,125); }
td.TdClassName
{
border-color: #DC387D;
}
.TagClassName
{
border-color: #DC387D;
}
</style>