Shades of Cerise #DC396C
Tints of Cerise #DC396C
RGB
CMYK
RGB Variations
Color information
#DC396C (or 0xDC396C) is known color: Cerise. HEX triplet: DC, 39 and 6C. RGB value is (220,57,108). Sum of RGB (Red+Green+Blue) = 220+57+108=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC396C is #23C693. Grayscale: #6F6F6F. Windows color (decimal): -2344596 or 7092700. OLE color: 7092700.
HSL color Cylindrical-coordinate representation of color #DC396C: hue angle of 341.23º 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 #DC396C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 108 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.14 |
| HSL | 341.23º | 0.7% | 0.54% | - |
| HSV(B) | 341.23º | 0.74% | 0.86% | - |
| XYZ | 33.69 | 19.22 | 16.12 | - |
| YUV | 111.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 108 | 0 | 0.74 | 0.51 | 0.14 | 341.23 | 0.7 | 0.54 |
| Hex | DC | 39 | 6C | 0 | 4A | 33 | E | 155 | 46 | 36 |
| Octal | 334 | 71 | 154 | 0 | 112 | 63 | 16 | 525 | 106 | 66 |
| Binary | 11011100 | 111001 | 1101100 | 0 | 1001010 | 110011 | 1110 | 101010101 | 1000110 | 110110 |
Color Harmonies of #DC396C
Complementary color
Monochromatic Colors of #DC396C
Black with #DC396C
Text Example
Text Example
White with #DC396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC396C; }
p { color: rgb(220,57,108); }
H1.HeaderClassName
{
color: #DC396C;
}
.AnyTagClassName
{
color: #DC396C;
}
</style>
background-color css
<style>
a { background-color: #DC396C; }
a { background-color: rgb(220,57,108); }
div.DivClassName
{
background-color: #DC396C;
}
.BgClassName
{
background-color: #DC396C;
}
</style>
border-color css
<style>
span { border-color: #DC396C; }
span { border-color: rgb(220,57,108); }
td.TdClassName
{
border-color: #DC396C;
}
.TagClassName
{
border-color: #DC396C;
}
</style>