Shades of Cerise #DC395D
Tints of Cerise #DC395D
RGB
CMYK
RGB Variations
Color information
#DC395D (or 0xDC395D) is known color: Cerise. HEX triplet: DC, 39 and 5D. RGB value is (220,57,93). Sum of RGB (Red+Green+Blue) = 220+57+93=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC395D is #23C6A2. Grayscale: #6D6D6D. Windows color (decimal): -2344611 or 6109660. OLE color: 6109660.
HSL color Cylindrical-coordinate representation of color #DC395D: hue angle of 346.75º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC395D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 93 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.14 |
| HSL | 346.75º | 0.7% | 0.54% | - |
| HSV(B) | 346.75º | 0.74% | 0.86% | - |
| XYZ | 32.95 | 18.93 | 12.27 | - |
| YUV | 109.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 93 | 0 | 0.74 | 0.58 | 0.14 | 346.75 | 0.7 | 0.54 |
| Hex | DC | 39 | 5D | 0 | 4A | 3A | E | 15B | 46 | 36 |
| Octal | 334 | 71 | 135 | 0 | 112 | 72 | 16 | 533 | 106 | 66 |
| Binary | 11011100 | 111001 | 1011101 | 0 | 1001010 | 111010 | 1110 | 101011011 | 1000110 | 110110 |
Color Harmonies of #DC395D
Complementary color
Monochromatic Colors of #DC395D
Black with #DC395D
Text Example
Text Example
White with #DC395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC395D; }
p { color: rgb(220,57,93); }
H1.HeaderClassName
{
color: #DC395D;
}
.AnyTagClassName
{
color: #DC395D;
}
</style>
background-color css
<style>
a { background-color: #DC395D; }
a { background-color: rgb(220,57,93); }
div.DivClassName
{
background-color: #DC395D;
}
.BgClassName
{
background-color: #DC395D;
}
</style>
border-color css
<style>
span { border-color: #DC395D; }
span { border-color: rgb(220,57,93); }
td.TdClassName
{
border-color: #DC395D;
}
.TagClassName
{
border-color: #DC395D;
}
</style>