Shades of Cerise #DC255F
Tints of Cerise #DC255F
RGB
CMYK
RGB Variations
Color information
#DC255F (or 0xDC255F) is known color: Cerise. HEX triplet: DC, 25 and 5F. RGB value is (220,37,95). Sum of RGB (Red+Green+Blue) = 220+37+95=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC255F is #23DAA0. Grayscale: #626262. Windows color (decimal): -2349729 or 6235612. OLE color: 6235612.
HSL color Cylindrical-coordinate representation of color #DC255F: hue angle of 340.98º 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 #DC255F is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 95 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.14 |
| HSL | 340.98º | 0.72% | 0.5% | - |
| HSV(B) | 340.98º | 0.83% | 0.86% | - |
| XYZ | 32.24 | 17.37 | 12.48 | - |
| YUV | 98.33 | 126.13 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 95 | 0 | 0.83 | 0.57 | 0.14 | 340.98 | 0.72 | 0.5 |
| Hex | DC | 25 | 5F | 0 | 53 | 39 | E | 155 | 48 | 32 |
| Octal | 334 | 45 | 137 | 0 | 123 | 71 | 16 | 525 | 110 | 62 |
| Binary | 11011100 | 100101 | 1011111 | 0 | 1010011 | 111001 | 1110 | 101010101 | 1001000 | 110010 |
Color Harmonies of #DC255F
Complementary color
Monochromatic Colors of #DC255F
Black with #DC255F
Text Example
Text Example
White with #DC255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC255F; }
p { color: rgb(220,37,95); }
H1.HeaderClassName
{
color: #DC255F;
}
.AnyTagClassName
{
color: #DC255F;
}
</style>
background-color css
<style>
a { background-color: #DC255F; }
a { background-color: rgb(220,37,95); }
div.DivClassName
{
background-color: #DC255F;
}
.BgClassName
{
background-color: #DC255F;
}
</style>
border-color css
<style>
span { border-color: #DC255F; }
span { border-color: rgb(220,37,95); }
td.TdClassName
{
border-color: #DC255F;
}
.TagClassName
{
border-color: #DC255F;
}
</style>