Shades of Cerise #DC2569
Tints of Cerise #DC2569
RGB
CMYK
RGB Variations
Color information
#DC2569 (or 0xDC2569) is known color: Cerise. HEX triplet: DC, 25 and 69. RGB value is (220,37,105). Sum of RGB (Red+Green+Blue) = 220+37+105=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2569 is #23DA96. Grayscale: #636363. Windows color (decimal): -2349719 or 6890972. OLE color: 6890972.
HSL color Cylindrical-coordinate representation of color #DC2569: hue angle of 337.7º 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 #DC2569 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 105 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.14 |
| HSL | 337.7º | 0.72% | 0.5% | - |
| HSV(B) | 337.7º | 0.83% | 0.86% | - |
| XYZ | 32.73 | 17.56 | 15.03 | - |
| YUV | 99.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 105 | 0 | 0.83 | 0.52 | 0.14 | 337.7 | 0.72 | 0.5 |
| Hex | DC | 25 | 69 | 0 | 53 | 34 | E | 152 | 48 | 32 |
| Octal | 334 | 45 | 151 | 0 | 123 | 64 | 16 | 522 | 110 | 62 |
| Binary | 11011100 | 100101 | 1101001 | 0 | 1010011 | 110100 | 1110 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DC2569
Complementary color
Monochromatic Colors of #DC2569
Black with #DC2569
Text Example
Text Example
White with #DC2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2569; }
p { color: rgb(220,37,105); }
H1.HeaderClassName
{
color: #DC2569;
}
.AnyTagClassName
{
color: #DC2569;
}
</style>
background-color css
<style>
a { background-color: #DC2569; }
a { background-color: rgb(220,37,105); }
div.DivClassName
{
background-color: #DC2569;
}
.BgClassName
{
background-color: #DC2569;
}
</style>
border-color css
<style>
span { border-color: #DC2569; }
span { border-color: rgb(220,37,105); }
td.TdClassName
{
border-color: #DC2569;
}
.TagClassName
{
border-color: #DC2569;
}
</style>