Shades of Cerise #DC325C
Tints of Cerise #DC325C
RGB
CMYK
RGB Variations
Color information
#DC325C (or 0xDC325C) is known color: Cerise. HEX triplet: DC, 32 and 5C. RGB value is (220,50,92). Sum of RGB (Red+Green+Blue) = 220+50+92=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC325C is #23CDA3. Grayscale: #696969. Windows color (decimal): -2346404 or 6042332. OLE color: 6042332.
HSL color Cylindrical-coordinate representation of color #DC325C: hue angle of 345.18º 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 #DC325C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 92 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.14 |
| HSL | 345.18º | 0.71% | 0.53% | - |
| HSV(B) | 345.18º | 0.77% | 0.86% | - |
| XYZ | 32.59 | 18.27 | 11.93 | - |
| YUV | 105.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 92 | 0 | 0.77 | 0.58 | 0.14 | 345.18 | 0.71 | 0.53 |
| Hex | DC | 32 | 5C | 0 | 4D | 3A | E | 159 | 47 | 35 |
| Octal | 334 | 62 | 134 | 0 | 115 | 72 | 16 | 531 | 107 | 65 |
| Binary | 11011100 | 110010 | 1011100 | 0 | 1001101 | 111010 | 1110 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DC325C
Complementary color
Monochromatic Colors of #DC325C
Black with #DC325C
Text Example
Text Example
White with #DC325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC325C; }
p { color: rgb(220,50,92); }
H1.HeaderClassName
{
color: #DC325C;
}
.AnyTagClassName
{
color: #DC325C;
}
</style>
background-color css
<style>
a { background-color: #DC325C; }
a { background-color: rgb(220,50,92); }
div.DivClassName
{
background-color: #DC325C;
}
.BgClassName
{
background-color: #DC325C;
}
</style>
border-color css
<style>
span { border-color: #DC325C; }
span { border-color: rgb(220,50,92); }
td.TdClassName
{
border-color: #DC325C;
}
.TagClassName
{
border-color: #DC325C;
}
</style>