Shades of Cerise #DC296B
Tints of Cerise #DC296B
RGB
CMYK
RGB Variations
Color information
#DC296B (or 0xDC296B) is known color: Cerise. HEX triplet: DC, 29 and 6B. RGB value is (220,41,107). Sum of RGB (Red+Green+Blue) = 220+41+107=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC296B is #23D694. Grayscale: #656565. Windows color (decimal): -2348693 or 7023068. OLE color: 7023068.
HSL color Cylindrical-coordinate representation of color #DC296B: hue angle of 337.88º 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 #DC296B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 107 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.14 |
| HSL | 337.88º | 0.72% | 0.51% | - |
| HSV(B) | 337.88º | 0.81% | 0.86% | - |
| XYZ | 32.96 | 17.86 | 15.62 | - |
| YUV | 102.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 107 | 0 | 0.81 | 0.51 | 0.14 | 337.88 | 0.72 | 0.51 |
| Hex | DC | 29 | 6B | 0 | 51 | 33 | E | 152 | 48 | 33 |
| Octal | 334 | 51 | 153 | 0 | 121 | 63 | 16 | 522 | 110 | 63 |
| Binary | 11011100 | 101001 | 1101011 | 0 | 1010001 | 110011 | 1110 | 101010010 | 1001000 | 110011 |
Color Harmonies of #DC296B
Complementary color
Monochromatic Colors of #DC296B
Black with #DC296B
Text Example
Text Example
White with #DC296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC296B; }
p { color: rgb(220,41,107); }
H1.HeaderClassName
{
color: #DC296B;
}
.AnyTagClassName
{
color: #DC296B;
}
</style>
background-color css
<style>
a { background-color: #DC296B; }
a { background-color: rgb(220,41,107); }
div.DivClassName
{
background-color: #DC296B;
}
.BgClassName
{
background-color: #DC296B;
}
</style>
border-color css
<style>
span { border-color: #DC296B; }
span { border-color: rgb(220,41,107); }
td.TdClassName
{
border-color: #DC296B;
}
.TagClassName
{
border-color: #DC296B;
}
</style>