Shades of Cerise #DC2967
Tints of Cerise #DC2967
RGB
CMYK
RGB Variations
Color information
#DC2967 (or 0xDC2967) is known color: Cerise. HEX triplet: DC, 29 and 67. RGB value is (220,41,103). Sum of RGB (Red+Green+Blue) = 220+41+103=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2967 is #23D698. Grayscale: #656565. Windows color (decimal): -2348697 or 6760924. OLE color: 6760924.
HSL color Cylindrical-coordinate representation of color #DC2967: hue angle of 339.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2967 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 103 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.14 |
| HSL | 339.22º | 0.72% | 0.51% | - |
| HSV(B) | 339.22º | 0.81% | 0.86% | - |
| XYZ | 32.76 | 17.78 | 14.54 | - |
| YUV | 101.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 103 | 0 | 0.81 | 0.53 | 0.14 | 339.22 | 0.72 | 0.51 |
| Hex | DC | 29 | 67 | 0 | 51 | 35 | E | 153 | 48 | 33 |
| Octal | 334 | 51 | 147 | 0 | 121 | 65 | 16 | 523 | 110 | 63 |
| Binary | 11011100 | 101001 | 1100111 | 0 | 1010001 | 110101 | 1110 | 101010011 | 1001000 | 110011 |
Color Harmonies of #DC2967
Complementary color
Monochromatic Colors of #DC2967
Black with #DC2967
Text Example
Text Example
White with #DC2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2967; }
p { color: rgb(220,41,103); }
H1.HeaderClassName
{
color: #DC2967;
}
.AnyTagClassName
{
color: #DC2967;
}
</style>
background-color css
<style>
a { background-color: #DC2967; }
a { background-color: rgb(220,41,103); }
div.DivClassName
{
background-color: #DC2967;
}
.BgClassName
{
background-color: #DC2967;
}
</style>
border-color css
<style>
span { border-color: #DC2967; }
span { border-color: rgb(220,41,103); }
td.TdClassName
{
border-color: #DC2967;
}
.TagClassName
{
border-color: #DC2967;
}
</style>