Shades of Cerise #DC3966
Tints of Cerise #DC3966
RGB
CMYK
RGB Variations
Color information
#DC3966 (or 0xDC3966) is known color: Cerise. HEX triplet: DC, 39 and 66. RGB value is (220,57,102). Sum of RGB (Red+Green+Blue) = 220+57+102=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3966 is #23C699. Grayscale: #6E6E6E. Windows color (decimal): -2344602 or 6699484. OLE color: 6699484.
HSL color Cylindrical-coordinate representation of color #DC3966: hue angle of 343.44º 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 #DC3966 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 102 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.14 |
| HSL | 343.44º | 0.7% | 0.54% | - |
| HSV(B) | 343.44º | 0.74% | 0.86% | - |
| XYZ | 33.38 | 19.1 | 14.5 | - |
| YUV | 110.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 102 | 0 | 0.74 | 0.54 | 0.14 | 343.44 | 0.7 | 0.54 |
| Hex | DC | 39 | 66 | 0 | 4A | 36 | E | 157 | 46 | 36 |
| Octal | 334 | 71 | 146 | 0 | 112 | 66 | 16 | 527 | 106 | 66 |
| Binary | 11011100 | 111001 | 1100110 | 0 | 1001010 | 110110 | 1110 | 101010111 | 1000110 | 110110 |
Color Harmonies of #DC3966
Complementary color
Monochromatic Colors of #DC3966
Black with #DC3966
Text Example
Text Example
White with #DC3966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3966; }
p { color: rgb(220,57,102); }
H1.HeaderClassName
{
color: #DC3966;
}
.AnyTagClassName
{
color: #DC3966;
}
</style>
background-color css
<style>
a { background-color: #DC3966; }
a { background-color: rgb(220,57,102); }
div.DivClassName
{
background-color: #DC3966;
}
.BgClassName
{
background-color: #DC3966;
}
</style>
border-color css
<style>
span { border-color: #DC3966; }
span { border-color: rgb(220,57,102); }
td.TdClassName
{
border-color: #DC3966;
}
.TagClassName
{
border-color: #DC3966;
}
</style>