Shades of Cerise #DC226D
Tints of Cerise #DC226D
RGB
CMYK
RGB Variations
Color information
#DC226D (or 0xDC226D) is known color: Cerise. HEX triplet: DC, 22 and 6D. RGB value is (220,34,109). Sum of RGB (Red+Green+Blue) = 220+34+109=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC226D is #23DD92. Grayscale: #626262. Windows color (decimal): -2350483 or 7152348. OLE color: 7152348.
HSL color Cylindrical-coordinate representation of color #DC226D: hue angle of 335.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC226D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 109 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.14 |
| HSL | 335.81º | 0.73% | 0.5% | - |
| HSV(B) | 335.81º | 0.85% | 0.86% | - |
| XYZ | 32.85 | 17.46 | 16.11 | - |
| YUV | 98.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 109 | 0 | 0.85 | 0.50 | 0.14 | 335.81 | 0.73 | 0.5 |
| Hex | DC | 22 | 6D | 0 | 55 | 32 | E | 150 | 49 | 32 |
| Octal | 334 | 42 | 155 | 0 | 125 | 62 | 16 | 520 | 111 | 62 |
| Binary | 11011100 | 100010 | 1101101 | 0 | 1010101 | 110010 | 1110 | 101010000 | 1001001 | 110010 |
Color Harmonies of #DC226D
Complementary color
Monochromatic Colors of #DC226D
Black with #DC226D
Text Example
Text Example
White with #DC226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC226D; }
p { color: rgb(220,34,109); }
H1.HeaderClassName
{
color: #DC226D;
}
.AnyTagClassName
{
color: #DC226D;
}
</style>
background-color css
<style>
a { background-color: #DC226D; }
a { background-color: rgb(220,34,109); }
div.DivClassName
{
background-color: #DC226D;
}
.BgClassName
{
background-color: #DC226D;
}
</style>
border-color css
<style>
span { border-color: #DC226D; }
span { border-color: rgb(220,34,109); }
td.TdClassName
{
border-color: #DC226D;
}
.TagClassName
{
border-color: #DC226D;
}
</style>