Shades of Cerise #DC326A
Tints of Cerise #DC326A
RGB
CMYK
RGB Variations
Color information
#DC326A (or 0xDC326A) is known color: Cerise. HEX triplet: DC, 32 and 6A. RGB value is (220,50,106). Sum of RGB (Red+Green+Blue) = 220+50+106=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC326A is #23CD95. Grayscale: #6B6B6B. Windows color (decimal): -2346390 or 6959836. OLE color: 6959836.
HSL color Cylindrical-coordinate representation of color #DC326A: hue angle of 340.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC326A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 106 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.14 |
| HSL | 340.24º | 0.71% | 0.53% | - |
| HSV(B) | 340.24º | 0.77% | 0.86% | - |
| XYZ | 33.26 | 18.54 | 15.46 | - |
| YUV | 107.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 106 | 0 | 0.77 | 0.52 | 0.14 | 340.24 | 0.71 | 0.53 |
| Hex | DC | 32 | 6A | 0 | 4D | 34 | E | 154 | 47 | 35 |
| Octal | 334 | 62 | 152 | 0 | 115 | 64 | 16 | 524 | 107 | 65 |
| Binary | 11011100 | 110010 | 1101010 | 0 | 1001101 | 110100 | 1110 | 101010100 | 1000111 | 110101 |
Color Harmonies of #DC326A
Complementary color
Monochromatic Colors of #DC326A
Black with #DC326A
Text Example
Text Example
White with #DC326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC326A; }
p { color: rgb(220,50,106); }
H1.HeaderClassName
{
color: #DC326A;
}
.AnyTagClassName
{
color: #DC326A;
}
</style>
background-color css
<style>
a { background-color: #DC326A; }
a { background-color: rgb(220,50,106); }
div.DivClassName
{
background-color: #DC326A;
}
.BgClassName
{
background-color: #DC326A;
}
</style>
border-color css
<style>
span { border-color: #DC326A; }
span { border-color: rgb(220,50,106); }
td.TdClassName
{
border-color: #DC326A;
}
.TagClassName
{
border-color: #DC326A;
}
</style>