Shades of Cerise #DC366D
Tints of Cerise #DC366D
RGB
CMYK
RGB Variations
Color information
#DC366D (or 0xDC366D) is known color: Cerise. HEX triplet: DC, 36 and 6D. RGB value is (220,54,109). Sum of RGB (Red+Green+Blue) = 220+54+109=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC366D is #23C992. Grayscale: #6D6D6D. Windows color (decimal): -2345363 or 7157468. OLE color: 7157468.
HSL color Cylindrical-coordinate representation of color #DC366D: hue angle of 340.12º 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 #DC366D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 109 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.14 |
| HSL | 340.12º | 0.7% | 0.54% | - |
| HSV(B) | 340.12º | 0.75% | 0.86% | - |
| XYZ | 33.59 | 18.96 | 16.36 | - |
| YUV | 109.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 109 | 0 | 0.75 | 0.50 | 0.14 | 340.12 | 0.7 | 0.54 |
| Hex | DC | 36 | 6D | 0 | 4B | 32 | E | 154 | 46 | 36 |
| Octal | 334 | 66 | 155 | 0 | 113 | 62 | 16 | 524 | 106 | 66 |
| Binary | 11011100 | 110110 | 1101101 | 0 | 1001011 | 110010 | 1110 | 101010100 | 1000110 | 110110 |
Color Harmonies of #DC366D
Complementary color
Monochromatic Colors of #DC366D
Black with #DC366D
Text Example
Text Example
White with #DC366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC366D; }
p { color: rgb(220,54,109); }
H1.HeaderClassName
{
color: #DC366D;
}
.AnyTagClassName
{
color: #DC366D;
}
</style>
background-color css
<style>
a { background-color: #DC366D; }
a { background-color: rgb(220,54,109); }
div.DivClassName
{
background-color: #DC366D;
}
.BgClassName
{
background-color: #DC366D;
}
</style>
border-color css
<style>
span { border-color: #DC366D; }
span { border-color: rgb(220,54,109); }
td.TdClassName
{
border-color: #DC366D;
}
.TagClassName
{
border-color: #DC366D;
}
</style>