Shades of Deep Cerise #DC328E
Tints of Deep Cerise #DC328E
RGB
CMYK
RGB Variations
Color information
#DC328E (or 0xDC328E) is known color: Deep Cerise. HEX triplet: DC, 32 and 8E. RGB value is (220,50,142). Sum of RGB (Red+Green+Blue) = 220+50+142=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC328E is #23CD71. Grayscale: #6F6F6F. Windows color (decimal): -2346354 or 9319132. OLE color: 9319132.
HSL color Cylindrical-coordinate representation of color #DC328E: hue angle of 327.53º 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 #DC328E is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 142 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.14 |
| HSL | 327.53º | 0.71% | 0.53% | - |
| HSV(B) | 327.53º | 0.77% | 0.86% | - |
| XYZ | 35.54 | 19.45 | 27.47 | - |
| YUV | 111.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 142 | 0 | 0.77 | 0.35 | 0.14 | 327.53 | 0.71 | 0.53 |
| Hex | DC | 32 | 8E | 0 | 4D | 23 | E | 148 | 47 | 35 |
| Octal | 334 | 62 | 216 | 0 | 115 | 43 | 16 | 510 | 107 | 65 |
| Binary | 11011100 | 110010 | 10001110 | 0 | 1001101 | 100011 | 1110 | 101001000 | 1000111 | 110101 |
Color Harmonies of #DC328E
Complementary color
Monochromatic Colors of #DC328E
Black with #DC328E
Text Example
Text Example
White with #DC328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC328E; }
p { color: rgb(220,50,142); }
H1.HeaderClassName
{
color: #DC328E;
}
.AnyTagClassName
{
color: #DC328E;
}
</style>
background-color css
<style>
a { background-color: #DC328E; }
a { background-color: rgb(220,50,142); }
div.DivClassName
{
background-color: #DC328E;
}
.BgClassName
{
background-color: #DC328E;
}
</style>
border-color css
<style>
span { border-color: #DC328E; }
span { border-color: rgb(220,50,142); }
td.TdClassName
{
border-color: #DC328E;
}
.TagClassName
{
border-color: #DC328E;
}
</style>