Shades of Cerise #DC255D
Tints of Cerise #DC255D
RGB
CMYK
RGB Variations
Color information
#DC255D (or 0xDC255D) is known color: Cerise. HEX triplet: DC, 25 and 5D. RGB value is (220,37,93). Sum of RGB (Red+Green+Blue) = 220+37+93=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC255D is #23DAA2. Grayscale: #626262. Windows color (decimal): -2349731 or 6104540. OLE color: 6104540.
HSL color Cylindrical-coordinate representation of color #DC255D: hue angle of 341.64º 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 #DC255D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 93 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.14 |
| HSL | 341.64º | 0.72% | 0.5% | - |
| HSV(B) | 341.64º | 0.83% | 0.86% | - |
| XYZ | 32.15 | 17.33 | 12.01 | - |
| YUV | 98.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 93 | 0 | 0.83 | 0.58 | 0.14 | 341.64 | 0.72 | 0.5 |
| Hex | DC | 25 | 5D | 0 | 53 | 3A | E | 156 | 48 | 32 |
| Octal | 334 | 45 | 135 | 0 | 123 | 72 | 16 | 526 | 110 | 62 |
| Binary | 11011100 | 100101 | 1011101 | 0 | 1010011 | 111010 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DC255D
Complementary color
Monochromatic Colors of #DC255D
Black with #DC255D
Text Example
Text Example
White with #DC255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC255D; }
p { color: rgb(220,37,93); }
H1.HeaderClassName
{
color: #DC255D;
}
.AnyTagClassName
{
color: #DC255D;
}
</style>
background-color css
<style>
a { background-color: #DC255D; }
a { background-color: rgb(220,37,93); }
div.DivClassName
{
background-color: #DC255D;
}
.BgClassName
{
background-color: #DC255D;
}
</style>
border-color css
<style>
span { border-color: #DC255D; }
span { border-color: rgb(220,37,93); }
td.TdClassName
{
border-color: #DC255D;
}
.TagClassName
{
border-color: #DC255D;
}
</style>