Shades of Cerise #DC296A
Tints of Cerise #DC296A
RGB
CMYK
RGB Variations
Color information
#DC296A (or 0xDC296A) is known color: Cerise. HEX triplet: DC, 29 and 6A. RGB value is (220,41,106). Sum of RGB (Red+Green+Blue) = 220+41+106=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC296A is #23D695. Grayscale: #656565. Windows color (decimal): -2348694 or 6957532. OLE color: 6957532.
HSL color Cylindrical-coordinate representation of color #DC296A: hue angle of 338.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 #DC296A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 106 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.14 |
| HSL | 338.21º | 0.72% | 0.51% | - |
| HSV(B) | 338.21º | 0.81% | 0.86% | - |
| XYZ | 32.91 | 17.84 | 15.35 | - |
| YUV | 101.93 | 130.3 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 106 | 0 | 0.81 | 0.52 | 0.14 | 338.21 | 0.72 | 0.51 |
| Hex | DC | 29 | 6A | 0 | 51 | 34 | E | 152 | 48 | 33 |
| Octal | 334 | 51 | 152 | 0 | 121 | 64 | 16 | 522 | 110 | 63 |
| Binary | 11011100 | 101001 | 1101010 | 0 | 1010001 | 110100 | 1110 | 101010010 | 1001000 | 110011 |
Color Harmonies of #DC296A
Complementary color
Monochromatic Colors of #DC296A
Black with #DC296A
Text Example
Text Example
White with #DC296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC296A; }
p { color: rgb(220,41,106); }
H1.HeaderClassName
{
color: #DC296A;
}
.AnyTagClassName
{
color: #DC296A;
}
</style>
background-color css
<style>
a { background-color: #DC296A; }
a { background-color: rgb(220,41,106); }
div.DivClassName
{
background-color: #DC296A;
}
.BgClassName
{
background-color: #DC296A;
}
</style>
border-color css
<style>
span { border-color: #DC296A; }
span { border-color: rgb(220,41,106); }
td.TdClassName
{
border-color: #DC296A;
}
.TagClassName
{
border-color: #DC296A;
}
</style>