Shades of Cerise #DC226A
Tints of Cerise #DC226A
RGB
CMYK
RGB Variations
Color information
#DC226A (or 0xDC226A) is known color: Cerise. HEX triplet: DC, 22 and 6A. RGB value is (220,34,106). Sum of RGB (Red+Green+Blue) = 220+34+106=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC226A is #23DD95. Grayscale: #616161. Windows color (decimal): -2350486 or 6955740. OLE color: 6955740.
HSL color Cylindrical-coordinate representation of color #DC226A: hue angle of 336.77º 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 #DC226A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 106 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.14 |
| HSL | 336.77º | 0.73% | 0.5% | - |
| HSV(B) | 336.77º | 0.85% | 0.86% | - |
| XYZ | 32.69 | 17.4 | 15.27 | - |
| YUV | 97.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 106 | 0 | 0.85 | 0.52 | 0.14 | 336.77 | 0.73 | 0.5 |
| Hex | DC | 22 | 6A | 0 | 55 | 34 | E | 151 | 49 | 32 |
| Octal | 334 | 42 | 152 | 0 | 125 | 64 | 16 | 521 | 111 | 62 |
| Binary | 11011100 | 100010 | 1101010 | 0 | 1010101 | 110100 | 1110 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DC226A
Complementary color
Monochromatic Colors of #DC226A
Black with #DC226A
Text Example
Text Example
White with #DC226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC226A; }
p { color: rgb(220,34,106); }
H1.HeaderClassName
{
color: #DC226A;
}
.AnyTagClassName
{
color: #DC226A;
}
</style>
background-color css
<style>
a { background-color: #DC226A; }
a { background-color: rgb(220,34,106); }
div.DivClassName
{
background-color: #DC226A;
}
.BgClassName
{
background-color: #DC226A;
}
</style>
border-color css
<style>
span { border-color: #DC226A; }
span { border-color: rgb(220,34,106); }
td.TdClassName
{
border-color: #DC226A;
}
.TagClassName
{
border-color: #DC226A;
}
</style>