Shades of Cerise #DC395C
Tints of Cerise #DC395C
RGB
CMYK
RGB Variations
Color information
#DC395C (or 0xDC395C) is known color: Cerise. HEX triplet: DC, 39 and 5C. RGB value is (220,57,92). Sum of RGB (Red+Green+Blue) = 220+57+92=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC395C is #23C6A3. Grayscale: #6D6D6D. Windows color (decimal): -2344612 or 6044124. OLE color: 6044124.
HSL color Cylindrical-coordinate representation of color #DC395C: hue angle of 347.12º 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 #DC395C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 92 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.14 |
| HSL | 347.12º | 0.7% | 0.54% | - |
| HSV(B) | 347.12º | 0.74% | 0.86% | - |
| XYZ | 32.91 | 18.91 | 12.04 | - |
| YUV | 109.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 92 | 0 | 0.74 | 0.58 | 0.14 | 347.12 | 0.7 | 0.54 |
| Hex | DC | 39 | 5C | 0 | 4A | 3A | E | 15B | 46 | 36 |
| Octal | 334 | 71 | 134 | 0 | 112 | 72 | 16 | 533 | 106 | 66 |
| Binary | 11011100 | 111001 | 1011100 | 0 | 1001010 | 111010 | 1110 | 101011011 | 1000110 | 110110 |
Color Harmonies of #DC395C
Complementary color
Monochromatic Colors of #DC395C
Black with #DC395C
Text Example
Text Example
White with #DC395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC395C; }
p { color: rgb(220,57,92); }
H1.HeaderClassName
{
color: #DC395C;
}
.AnyTagClassName
{
color: #DC395C;
}
</style>
background-color css
<style>
a { background-color: #DC395C; }
a { background-color: rgb(220,57,92); }
div.DivClassName
{
background-color: #DC395C;
}
.BgClassName
{
background-color: #DC395C;
}
</style>
border-color css
<style>
span { border-color: #DC395C; }
span { border-color: rgb(220,57,92); }
td.TdClassName
{
border-color: #DC395C;
}
.TagClassName
{
border-color: #DC395C;
}
</style>