Shades of Cerise #DC285B
Tints of Cerise #DC285B
RGB
CMYK
RGB Variations
Color information
#DC285B (or 0xDC285B) is known color: Cerise. HEX triplet: DC, 28 and 5B. RGB value is (220,40,91). Sum of RGB (Red+Green+Blue) = 220+40+91=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC285B is #23D7A4. Grayscale: #636363. Windows color (decimal): -2348965 or 5974236. OLE color: 5974236.
HSL color Cylindrical-coordinate representation of color #DC285B: hue angle of 343º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC285B is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 91 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.14 |
| HSL | 343º | 0.72% | 0.51% | - |
| HSV(B) | 343º | 0.82% | 0.86% | - |
| XYZ | 32.16 | 17.49 | 11.58 | - |
| YUV | 99.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 91 | 0 | 0.82 | 0.59 | 0.14 | 343 | 0.72 | 0.51 |
| Hex | DC | 28 | 5B | 0 | 52 | 3B | E | 157 | 48 | 33 |
| Octal | 334 | 50 | 133 | 0 | 122 | 73 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 101000 | 1011011 | 0 | 1010010 | 111011 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC285B
Complementary color
Monochromatic Colors of #DC285B
Black with #DC285B
Text Example
Text Example
White with #DC285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC285B; }
p { color: rgb(220,40,91); }
H1.HeaderClassName
{
color: #DC285B;
}
.AnyTagClassName
{
color: #DC285B;
}
</style>
background-color css
<style>
a { background-color: #DC285B; }
a { background-color: rgb(220,40,91); }
div.DivClassName
{
background-color: #DC285B;
}
.BgClassName
{
background-color: #DC285B;
}
</style>
border-color css
<style>
span { border-color: #DC285B; }
span { border-color: rgb(220,40,91); }
td.TdClassName
{
border-color: #DC285B;
}
.TagClassName
{
border-color: #DC285B;
}
</style>