Shades of Cerise #DC325F
Tints of Cerise #DC325F
RGB
CMYK
RGB Variations
Color information
#DC325F (or 0xDC325F) is known color: Cerise. HEX triplet: DC, 32 and 5F. RGB value is (220,50,95). Sum of RGB (Red+Green+Blue) = 220+50+95=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC325F is #23CDA0. Grayscale: #696969. Windows color (decimal): -2346401 or 6238940. OLE color: 6238940.
HSL color Cylindrical-coordinate representation of color #DC325F: hue angle of 344.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC325F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 95 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.14 |
| HSL | 344.12º | 0.71% | 0.53% | - |
| HSV(B) | 344.12º | 0.77% | 0.86% | - |
| XYZ | 32.72 | 18.32 | 12.64 | - |
| YUV | 105.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 95 | 0 | 0.77 | 0.57 | 0.14 | 344.12 | 0.71 | 0.53 |
| Hex | DC | 32 | 5F | 0 | 4D | 39 | E | 158 | 47 | 35 |
| Octal | 334 | 62 | 137 | 0 | 115 | 71 | 16 | 530 | 107 | 65 |
| Binary | 11011100 | 110010 | 1011111 | 0 | 1001101 | 111001 | 1110 | 101011000 | 1000111 | 110101 |
Color Harmonies of #DC325F
Complementary color
Monochromatic Colors of #DC325F
Black with #DC325F
Text Example
Text Example
White with #DC325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC325F; }
p { color: rgb(220,50,95); }
H1.HeaderClassName
{
color: #DC325F;
}
.AnyTagClassName
{
color: #DC325F;
}
</style>
background-color css
<style>
a { background-color: #DC325F; }
a { background-color: rgb(220,50,95); }
div.DivClassName
{
background-color: #DC325F;
}
.BgClassName
{
background-color: #DC325F;
}
</style>
border-color css
<style>
span { border-color: #DC325F; }
span { border-color: rgb(220,50,95); }
td.TdClassName
{
border-color: #DC325F;
}
.TagClassName
{
border-color: #DC325F;
}
</style>