Shades of Cerise #DC2568
Tints of Cerise #DC2568
RGB
CMYK
RGB Variations
Color information
#DC2568 (or 0xDC2568) is known color: Cerise. HEX triplet: DC, 25 and 68. RGB value is (220,37,104). Sum of RGB (Red+Green+Blue) = 220+37+104=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2568 is #23DA97. Grayscale: #636363. Windows color (decimal): -2349720 or 6825436. OLE color: 6825436.
HSL color Cylindrical-coordinate representation of color #DC2568: hue angle of 338.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2568 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 104 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.14 |
| HSL | 338.03º | 0.72% | 0.5% | - |
| HSV(B) | 338.03º | 0.83% | 0.86% | - |
| XYZ | 32.68 | 17.54 | 14.76 | - |
| YUV | 99.36 | 130.63 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 104 | 0 | 0.83 | 0.53 | 0.14 | 338.03 | 0.72 | 0.5 |
| Hex | DC | 25 | 68 | 0 | 53 | 35 | E | 152 | 48 | 32 |
| Octal | 334 | 45 | 150 | 0 | 123 | 65 | 16 | 522 | 110 | 62 |
| Binary | 11011100 | 100101 | 1101000 | 0 | 1010011 | 110101 | 1110 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DC2568
Complementary color
Monochromatic Colors of #DC2568
Black with #DC2568
Text Example
Text Example
White with #DC2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2568; }
p { color: rgb(220,37,104); }
H1.HeaderClassName
{
color: #DC2568;
}
.AnyTagClassName
{
color: #DC2568;
}
</style>
background-color css
<style>
a { background-color: #DC2568; }
a { background-color: rgb(220,37,104); }
div.DivClassName
{
background-color: #DC2568;
}
.BgClassName
{
background-color: #DC2568;
}
</style>
border-color css
<style>
span { border-color: #DC2568; }
span { border-color: rgb(220,37,104); }
td.TdClassName
{
border-color: #DC2568;
}
.TagClassName
{
border-color: #DC2568;
}
</style>