Shades of Cerise #DC285A
Tints of Cerise #DC285A
RGB
CMYK
RGB Variations
Color information
#DC285A (or 0xDC285A) is known color: Cerise. HEX triplet: DC, 28 and 5A. RGB value is (220,40,90). Sum of RGB (Red+Green+Blue) = 220+40+90=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC285A is #23D7A5. Grayscale: #636363. Windows color (decimal): -2348966 or 5908700. OLE color: 5908700.
HSL color Cylindrical-coordinate representation of color #DC285A: hue angle of 343.33º 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 #DC285A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 90 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.14 |
| HSL | 343.33º | 0.72% | 0.51% | - |
| HSV(B) | 343.33º | 0.82% | 0.86% | - |
| XYZ | 32.12 | 17.47 | 11.35 | - |
| YUV | 99.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 90 | 0 | 0.82 | 0.59 | 0.14 | 343.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 5A | 0 | 52 | 3B | E | 157 | 48 | 33 |
| Octal | 334 | 50 | 132 | 0 | 122 | 73 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 101000 | 1011010 | 0 | 1010010 | 111011 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC285A
Complementary color
Monochromatic Colors of #DC285A
Black with #DC285A
Text Example
Text Example
White with #DC285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC285A; }
p { color: rgb(220,40,90); }
H1.HeaderClassName
{
color: #DC285A;
}
.AnyTagClassName
{
color: #DC285A;
}
</style>
background-color css
<style>
a { background-color: #DC285A; }
a { background-color: rgb(220,40,90); }
div.DivClassName
{
background-color: #DC285A;
}
.BgClassName
{
background-color: #DC285A;
}
</style>
border-color css
<style>
span { border-color: #DC285A; }
span { border-color: rgb(220,40,90); }
td.TdClassName
{
border-color: #DC285A;
}
.TagClassName
{
border-color: #DC285A;
}
</style>