Shades of Cerise #DC2268
Tints of Cerise #DC2268
RGB
CMYK
RGB Variations
Color information
#DC2268 (or 0xDC2268) is known color: Cerise. HEX triplet: DC, 22 and 68. RGB value is (220,34,104). Sum of RGB (Red+Green+Blue) = 220+34+104=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2268 is #23DD97. Grayscale: #616161. Windows color (decimal): -2350488 or 6824668. OLE color: 6824668.
HSL color Cylindrical-coordinate representation of color #DC2268: hue angle of 337.42º 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 #DC2268 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 104 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.14 |
| HSL | 337.42º | 0.73% | 0.5% | - |
| HSV(B) | 337.42º | 0.85% | 0.86% | - |
| XYZ | 32.59 | 17.36 | 14.73 | - |
| YUV | 97.59 | 131.62 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 104 | 0 | 0.85 | 0.53 | 0.14 | 337.42 | 0.73 | 0.5 |
| Hex | DC | 22 | 68 | 0 | 55 | 35 | E | 151 | 49 | 32 |
| Octal | 334 | 42 | 150 | 0 | 125 | 65 | 16 | 521 | 111 | 62 |
| Binary | 11011100 | 100010 | 1101000 | 0 | 1010101 | 110101 | 1110 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DC2268
Complementary color
Monochromatic Colors of #DC2268
Black with #DC2268
Text Example
Text Example
White with #DC2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2268; }
p { color: rgb(220,34,104); }
H1.HeaderClassName
{
color: #DC2268;
}
.AnyTagClassName
{
color: #DC2268;
}
</style>
background-color css
<style>
a { background-color: #DC2268; }
a { background-color: rgb(220,34,104); }
div.DivClassName
{
background-color: #DC2268;
}
.BgClassName
{
background-color: #DC2268;
}
</style>
border-color css
<style>
span { border-color: #DC2268; }
span { border-color: rgb(220,34,104); }
td.TdClassName
{
border-color: #DC2268;
}
.TagClassName
{
border-color: #DC2268;
}
</style>