Shades of Cerise #DC385D
Tints of Cerise #DC385D
RGB
CMYK
RGB Variations
Color information
#DC385D (or 0xDC385D) is known color: Cerise. HEX triplet: DC, 38 and 5D. RGB value is (220,56,93). Sum of RGB (Red+Green+Blue) = 220+56+93=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC385D is #23C7A2. Grayscale: #6D6D6D. Windows color (decimal): -2344867 or 6109404. OLE color: 6109404.
HSL color Cylindrical-coordinate representation of color #DC385D: hue angle of 346.46º 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 #DC385D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 93 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.14 |
| HSL | 346.46º | 0.7% | 0.54% | - |
| HSV(B) | 346.46º | 0.75% | 0.86% | - |
| XYZ | 32.91 | 18.83 | 12.26 | - |
| YUV | 109.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 93 | 0 | 0.75 | 0.58 | 0.14 | 346.46 | 0.7 | 0.54 |
| Hex | DC | 38 | 5D | 0 | 4B | 3A | E | 15A | 46 | 36 |
| Octal | 334 | 70 | 135 | 0 | 113 | 72 | 16 | 532 | 106 | 66 |
| Binary | 11011100 | 111000 | 1011101 | 0 | 1001011 | 111010 | 1110 | 101011010 | 1000110 | 110110 |
Color Harmonies of #DC385D
Complementary color
Monochromatic Colors of #DC385D
Black with #DC385D
Text Example
Text Example
White with #DC385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC385D; }
p { color: rgb(220,56,93); }
H1.HeaderClassName
{
color: #DC385D;
}
.AnyTagClassName
{
color: #DC385D;
}
</style>
background-color css
<style>
a { background-color: #DC385D; }
a { background-color: rgb(220,56,93); }
div.DivClassName
{
background-color: #DC385D;
}
.BgClassName
{
background-color: #DC385D;
}
</style>
border-color css
<style>
span { border-color: #DC385D; }
span { border-color: rgb(220,56,93); }
td.TdClassName
{
border-color: #DC385D;
}
.TagClassName
{
border-color: #DC385D;
}
</style>