Shades of Deep Cerise #DC328B
Tints of Deep Cerise #DC328B
RGB
CMYK
RGB Variations
Color information
#DC328B (or 0xDC328B) is known color: Deep Cerise. HEX triplet: DC, 32 and 8B. RGB value is (220,50,139). Sum of RGB (Red+Green+Blue) = 220+50+139=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC328B is #23CD74. Grayscale: #6E6E6E. Windows color (decimal): -2346357 or 9122524. OLE color: 9122524.
HSL color Cylindrical-coordinate representation of color #DC328B: hue angle of 328.59º 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 #DC328B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 139 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.14 |
| HSL | 328.59º | 0.71% | 0.53% | - |
| HSV(B) | 328.59º | 0.77% | 0.86% | - |
| XYZ | 35.32 | 19.36 | 26.3 | - |
| YUV | 110.98 | 143.82 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 139 | 0 | 0.77 | 0.37 | 0.14 | 328.59 | 0.71 | 0.53 |
| Hex | DC | 32 | 8B | 0 | 4D | 25 | E | 149 | 47 | 35 |
| Octal | 334 | 62 | 213 | 0 | 115 | 45 | 16 | 511 | 107 | 65 |
| Binary | 11011100 | 110010 | 10001011 | 0 | 1001101 | 100101 | 1110 | 101001001 | 1000111 | 110101 |
Color Harmonies of #DC328B
Complementary color
Monochromatic Colors of #DC328B
Black with #DC328B
Text Example
Text Example
White with #DC328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC328B; }
p { color: rgb(220,50,139); }
H1.HeaderClassName
{
color: #DC328B;
}
.AnyTagClassName
{
color: #DC328B;
}
</style>
background-color css
<style>
a { background-color: #DC328B; }
a { background-color: rgb(220,50,139); }
div.DivClassName
{
background-color: #DC328B;
}
.BgClassName
{
background-color: #DC328B;
}
</style>
border-color css
<style>
span { border-color: #DC328B; }
span { border-color: rgb(220,50,139); }
td.TdClassName
{
border-color: #DC328B;
}
.TagClassName
{
border-color: #DC328B;
}
</style>