Shades of Cerise #DC386A
Tints of Cerise #DC386A
RGB
CMYK
RGB Variations
Color information
#DC386A (or 0xDC386A) is known color: Cerise. HEX triplet: DC, 38 and 6A. RGB value is (220,56,106). Sum of RGB (Red+Green+Blue) = 220+56+106=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC386A is #23C795. Grayscale: #6E6E6E. Windows color (decimal): -2344854 or 6961372. OLE color: 6961372.
HSL color Cylindrical-coordinate representation of color #DC386A: hue angle of 341.71º 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 #DC386A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 106 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.14 |
| HSL | 341.71º | 0.7% | 0.54% | - |
| HSV(B) | 341.71º | 0.75% | 0.86% | - |
| XYZ | 33.53 | 19.08 | 15.55 | - |
| YUV | 110.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 106 | 0 | 0.75 | 0.52 | 0.14 | 341.71 | 0.7 | 0.54 |
| Hex | DC | 38 | 6A | 0 | 4B | 34 | E | 156 | 46 | 36 |
| Octal | 334 | 70 | 152 | 0 | 113 | 64 | 16 | 526 | 106 | 66 |
| Binary | 11011100 | 111000 | 1101010 | 0 | 1001011 | 110100 | 1110 | 101010110 | 1000110 | 110110 |
Color Harmonies of #DC386A
Complementary color
Monochromatic Colors of #DC386A
Black with #DC386A
Text Example
Text Example
White with #DC386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC386A; }
p { color: rgb(220,56,106); }
H1.HeaderClassName
{
color: #DC386A;
}
.AnyTagClassName
{
color: #DC386A;
}
</style>
background-color css
<style>
a { background-color: #DC386A; }
a { background-color: rgb(220,56,106); }
div.DivClassName
{
background-color: #DC386A;
}
.BgClassName
{
background-color: #DC386A;
}
</style>
border-color css
<style>
span { border-color: #DC386A; }
span { border-color: rgb(220,56,106); }
td.TdClassName
{
border-color: #DC386A;
}
.TagClassName
{
border-color: #DC386A;
}
</style>