Shades of Cerise #DC2469
Tints of Cerise #DC2469
RGB
CMYK
RGB Variations
Color information
#DC2469 (or 0xDC2469) is known color: Cerise. HEX triplet: DC, 24 and 69. RGB value is (220,36,105). Sum of RGB (Red+Green+Blue) = 220+36+105=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2469 is #23DB96. Grayscale: #626262. Windows color (decimal): -2349975 or 6890716. OLE color: 6890716.
HSL color Cylindrical-coordinate representation of color #DC2469: hue angle of 337.5º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2469 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 105 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.14 |
| HSL | 337.5º | 0.72% | 0.5% | - |
| HSV(B) | 337.5º | 0.84% | 0.86% | - |
| XYZ | 32.7 | 17.5 | 15.02 | - |
| YUV | 98.88 | 131.46 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 105 | 0 | 0.84 | 0.52 | 0.14 | 337.5 | 0.72 | 0.5 |
| Hex | DC | 24 | 69 | 0 | 54 | 34 | E | 152 | 48 | 32 |
| Octal | 334 | 44 | 151 | 0 | 124 | 64 | 16 | 522 | 110 | 62 |
| Binary | 11011100 | 100100 | 1101001 | 0 | 1010100 | 110100 | 1110 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DC2469
Complementary color
Monochromatic Colors of #DC2469
Black with #DC2469
Text Example
Text Example
White with #DC2469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2469; }
p { color: rgb(220,36,105); }
H1.HeaderClassName
{
color: #DC2469;
}
.AnyTagClassName
{
color: #DC2469;
}
</style>
background-color css
<style>
a { background-color: #DC2469; }
a { background-color: rgb(220,36,105); }
div.DivClassName
{
background-color: #DC2469;
}
.BgClassName
{
background-color: #DC2469;
}
</style>
border-color css
<style>
span { border-color: #DC2469; }
span { border-color: rgb(220,36,105); }
td.TdClassName
{
border-color: #DC2469;
}
.TagClassName
{
border-color: #DC2469;
}
</style>