Shades of Cerise #DC366A
Tints of Cerise #DC366A
RGB
CMYK
RGB Variations
Color information
#DC366A (or 0xDC366A) is known color: Cerise. HEX triplet: DC, 36 and 6A. RGB value is (220,54,106). Sum of RGB (Red+Green+Blue) = 220+54+106=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC366A is #23C995. Grayscale: #6D6D6D. Windows color (decimal): -2345366 or 6960860. OLE color: 6960860.
HSL color Cylindrical-coordinate representation of color #DC366A: hue angle of 341.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC366A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 106 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.14 |
| HSL | 341.2º | 0.7% | 0.54% | - |
| HSV(B) | 341.2º | 0.75% | 0.86% | - |
| XYZ | 33.44 | 18.89 | 15.52 | - |
| YUV | 109.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 106 | 0 | 0.75 | 0.52 | 0.14 | 341.2 | 0.7 | 0.54 |
| Hex | DC | 36 | 6A | 0 | 4B | 34 | E | 155 | 46 | 36 |
| Octal | 334 | 66 | 152 | 0 | 113 | 64 | 16 | 525 | 106 | 66 |
| Binary | 11011100 | 110110 | 1101010 | 0 | 1001011 | 110100 | 1110 | 101010101 | 1000110 | 110110 |
Color Harmonies of #DC366A
Complementary color
Monochromatic Colors of #DC366A
Black with #DC366A
Text Example
Text Example
White with #DC366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC366A; }
p { color: rgb(220,54,106); }
H1.HeaderClassName
{
color: #DC366A;
}
.AnyTagClassName
{
color: #DC366A;
}
</style>
background-color css
<style>
a { background-color: #DC366A; }
a { background-color: rgb(220,54,106); }
div.DivClassName
{
background-color: #DC366A;
}
.BgClassName
{
background-color: #DC366A;
}
</style>
border-color css
<style>
span { border-color: #DC366A; }
span { border-color: rgb(220,54,106); }
td.TdClassName
{
border-color: #DC366A;
}
.TagClassName
{
border-color: #DC366A;
}
</style>