Shades of Cerise #DC3969
Tints of Cerise #DC3969
RGB
CMYK
RGB Variations
Color information
#DC3969 (or 0xDC3969) is known color: Cerise. HEX triplet: DC, 39 and 69. RGB value is (220,57,105). Sum of RGB (Red+Green+Blue) = 220+57+105=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3969 is #23C696. Grayscale: #6F6F6F. Windows color (decimal): -2344599 or 6896092. OLE color: 6896092.
HSL color Cylindrical-coordinate representation of color #DC3969: hue angle of 342.33º 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 #DC3969 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 105 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.14 |
| HSL | 342.33º | 0.7% | 0.54% | - |
| HSV(B) | 342.33º | 0.74% | 0.86% | - |
| XYZ | 33.53 | 19.16 | 15.3 | - |
| YUV | 111.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 105 | 0 | 0.74 | 0.52 | 0.14 | 342.33 | 0.7 | 0.54 |
| Hex | DC | 39 | 69 | 0 | 4A | 34 | E | 156 | 46 | 36 |
| Octal | 334 | 71 | 151 | 0 | 112 | 64 | 16 | 526 | 106 | 66 |
| Binary | 11011100 | 111001 | 1101001 | 0 | 1001010 | 110100 | 1110 | 101010110 | 1000110 | 110110 |
Color Harmonies of #DC3969
Complementary color
Monochromatic Colors of #DC3969
Black with #DC3969
Text Example
Text Example
White with #DC3969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3969; }
p { color: rgb(220,57,105); }
H1.HeaderClassName
{
color: #DC3969;
}
.AnyTagClassName
{
color: #DC3969;
}
</style>
background-color css
<style>
a { background-color: #DC3969; }
a { background-color: rgb(220,57,105); }
div.DivClassName
{
background-color: #DC3969;
}
.BgClassName
{
background-color: #DC3969;
}
</style>
border-color css
<style>
span { border-color: #DC3969; }
span { border-color: rgb(220,57,105); }
td.TdClassName
{
border-color: #DC3969;
}
.TagClassName
{
border-color: #DC3969;
}
</style>