Shades of Cerise #DC296D
Tints of Cerise #DC296D
RGB
CMYK
RGB Variations
Color information
#DC296D (or 0xDC296D) is known color: Cerise. HEX triplet: DC, 29 and 6D. RGB value is (220,41,109). Sum of RGB (Red+Green+Blue) = 220+41+109=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC296D is #23D692. Grayscale: #666666. Windows color (decimal): -2348691 or 7154140. OLE color: 7154140.
HSL color Cylindrical-coordinate representation of color #DC296D: hue angle of 337.21º 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 #DC296D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 109 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.14 |
| HSL | 337.21º | 0.72% | 0.51% | - |
| HSV(B) | 337.21º | 0.81% | 0.86% | - |
| XYZ | 33.07 | 17.91 | 16.18 | - |
| YUV | 102.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 109 | 0 | 0.81 | 0.50 | 0.14 | 337.21 | 0.72 | 0.51 |
| Hex | DC | 29 | 6D | 0 | 51 | 32 | E | 151 | 48 | 33 |
| Octal | 334 | 51 | 155 | 0 | 121 | 62 | 16 | 521 | 110 | 63 |
| Binary | 11011100 | 101001 | 1101101 | 0 | 1010001 | 110010 | 1110 | 101010001 | 1001000 | 110011 |
Color Harmonies of #DC296D
Complementary color
Monochromatic Colors of #DC296D
Black with #DC296D
Text Example
Text Example
White with #DC296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC296D; }
p { color: rgb(220,41,109); }
H1.HeaderClassName
{
color: #DC296D;
}
.AnyTagClassName
{
color: #DC296D;
}
</style>
background-color css
<style>
a { background-color: #DC296D; }
a { background-color: rgb(220,41,109); }
div.DivClassName
{
background-color: #DC296D;
}
.BgClassName
{
background-color: #DC296D;
}
</style>
border-color css
<style>
span { border-color: #DC296D; }
span { border-color: rgb(220,41,109); }
td.TdClassName
{
border-color: #DC296D;
}
.TagClassName
{
border-color: #DC296D;
}
</style>