Shades of Cerise #DC385C
Tints of Cerise #DC385C
RGB
CMYK
RGB Variations
Color information
#DC385C (or 0xDC385C) is known color: Cerise. HEX triplet: DC, 38 and 5C. RGB value is (220,56,92). Sum of RGB (Red+Green+Blue) = 220+56+92=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC385C is #23C7A3. Grayscale: #6D6D6D. Windows color (decimal): -2344868 or 6043868. OLE color: 6043868.
HSL color Cylindrical-coordinate representation of color #DC385C: hue angle of 346.83º 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 #DC385C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 92 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.14 |
| HSL | 346.83º | 0.7% | 0.54% | - |
| HSV(B) | 346.83º | 0.75% | 0.86% | - |
| XYZ | 32.86 | 18.82 | 12.03 | - |
| YUV | 109.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 92 | 0 | 0.75 | 0.58 | 0.14 | 346.83 | 0.7 | 0.54 |
| Hex | DC | 38 | 5C | 0 | 4B | 3A | E | 15B | 46 | 36 |
| Octal | 334 | 70 | 134 | 0 | 113 | 72 | 16 | 533 | 106 | 66 |
| Binary | 11011100 | 111000 | 1011100 | 0 | 1001011 | 111010 | 1110 | 101011011 | 1000110 | 110110 |
Color Harmonies of #DC385C
Complementary color
Monochromatic Colors of #DC385C
Black with #DC385C
Text Example
Text Example
White with #DC385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC385C; }
p { color: rgb(220,56,92); }
H1.HeaderClassName
{
color: #DC385C;
}
.AnyTagClassName
{
color: #DC385C;
}
</style>
background-color css
<style>
a { background-color: #DC385C; }
a { background-color: rgb(220,56,92); }
div.DivClassName
{
background-color: #DC385C;
}
.BgClassName
{
background-color: #DC385C;
}
</style>
border-color css
<style>
span { border-color: #DC385C; }
span { border-color: rgb(220,56,92); }
td.TdClassName
{
border-color: #DC385C;
}
.TagClassName
{
border-color: #DC385C;
}
</style>