Shades of Cerise #DC285D
Tints of Cerise #DC285D
RGB
CMYK
RGB Variations
Color information
#DC285D (or 0xDC285D) is known color: Cerise. HEX triplet: DC, 28 and 5D. RGB value is (220,40,93). Sum of RGB (Red+Green+Blue) = 220+40+93=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC285D is #23D7A2. Grayscale: #636363. Windows color (decimal): -2348963 or 6105308. OLE color: 6105308.
HSL color Cylindrical-coordinate representation of color #DC285D: hue angle of 342.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 #DC285D is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 93 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.14 |
| HSL | 342.33º | 0.72% | 0.51% | - |
| HSV(B) | 342.33º | 0.82% | 0.86% | - |
| XYZ | 32.25 | 17.52 | 12.04 | - |
| YUV | 99.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 93 | 0 | 0.82 | 0.58 | 0.14 | 342.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 5D | 0 | 52 | 3A | E | 156 | 48 | 33 |
| Octal | 334 | 50 | 135 | 0 | 122 | 72 | 16 | 526 | 110 | 63 |
| Binary | 11011100 | 101000 | 1011101 | 0 | 1010010 | 111010 | 1110 | 101010110 | 1001000 | 110011 |
Color Harmonies of #DC285D
Complementary color
Monochromatic Colors of #DC285D
Black with #DC285D
Text Example
Text Example
White with #DC285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC285D; }
p { color: rgb(220,40,93); }
H1.HeaderClassName
{
color: #DC285D;
}
.AnyTagClassName
{
color: #DC285D;
}
</style>
background-color css
<style>
a { background-color: #DC285D; }
a { background-color: rgb(220,40,93); }
div.DivClassName
{
background-color: #DC285D;
}
.BgClassName
{
background-color: #DC285D;
}
</style>
border-color css
<style>
span { border-color: #DC285D; }
span { border-color: rgb(220,40,93); }
td.TdClassName
{
border-color: #DC285D;
}
.TagClassName
{
border-color: #DC285D;
}
</style>