Shades of Cerise #DC386C
Tints of Cerise #DC386C
RGB
CMYK
RGB Variations
Color information
#DC386C (or 0xDC386C) is known color: Cerise. HEX triplet: DC, 38 and 6C. RGB value is (220,56,108). Sum of RGB (Red+Green+Blue) = 220+56+108=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC386C is #23C793. Grayscale: #6E6E6E. Windows color (decimal): -2344852 or 7092444. OLE color: 7092444.
HSL color Cylindrical-coordinate representation of color #DC386C: hue angle of 340.98º 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 #DC386C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 108 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.14 |
| HSL | 340.98º | 0.7% | 0.54% | - |
| HSV(B) | 340.98º | 0.75% | 0.86% | - |
| XYZ | 33.64 | 19.13 | 16.11 | - |
| YUV | 110.96 | 126.33 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 108 | 0 | 0.75 | 0.51 | 0.14 | 340.98 | 0.7 | 0.54 |
| Hex | DC | 38 | 6C | 0 | 4B | 33 | E | 155 | 46 | 36 |
| Octal | 334 | 70 | 154 | 0 | 113 | 63 | 16 | 525 | 106 | 66 |
| Binary | 11011100 | 111000 | 1101100 | 0 | 1001011 | 110011 | 1110 | 101010101 | 1000110 | 110110 |
Color Harmonies of #DC386C
Complementary color
Monochromatic Colors of #DC386C
Black with #DC386C
Text Example
Text Example
White with #DC386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC386C; }
p { color: rgb(220,56,108); }
H1.HeaderClassName
{
color: #DC386C;
}
.AnyTagClassName
{
color: #DC386C;
}
</style>
background-color css
<style>
a { background-color: #DC386C; }
a { background-color: rgb(220,56,108); }
div.DivClassName
{
background-color: #DC386C;
}
.BgClassName
{
background-color: #DC386C;
}
</style>
border-color css
<style>
span { border-color: #DC386C; }
span { border-color: rgb(220,56,108); }
td.TdClassName
{
border-color: #DC386C;
}
.TagClassName
{
border-color: #DC386C;
}
</style>