Shades of Deep Cerise #DC328A
Tints of Deep Cerise #DC328A
RGB
CMYK
RGB Variations
Color information
#DC328A (or 0xDC328A) is known color: Deep Cerise. HEX triplet: DC, 32 and 8A. RGB value is (220,50,138). Sum of RGB (Red+Green+Blue) = 220+50+138=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC328A is #23CD75. Grayscale: #6E6E6E. Windows color (decimal): -2346358 or 9056988. OLE color: 9056988.
HSL color Cylindrical-coordinate representation of color #DC328A: hue angle of 328.94º 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 #DC328A is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 138 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.14 |
| HSL | 328.94º | 0.71% | 0.53% | - |
| HSV(B) | 328.94º | 0.77% | 0.86% | - |
| XYZ | 35.24 | 19.33 | 25.92 | - |
| YUV | 110.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 138 | 0 | 0.77 | 0.37 | 0.14 | 328.94 | 0.71 | 0.53 |
| Hex | DC | 32 | 8A | 0 | 4D | 25 | E | 149 | 47 | 35 |
| Octal | 334 | 62 | 212 | 0 | 115 | 45 | 16 | 511 | 107 | 65 |
| Binary | 11011100 | 110010 | 10001010 | 0 | 1001101 | 100101 | 1110 | 101001001 | 1000111 | 110101 |
Color Harmonies of #DC328A
Complementary color
Monochromatic Colors of #DC328A
Black with #DC328A
Text Example
Text Example
White with #DC328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC328A; }
p { color: rgb(220,50,138); }
H1.HeaderClassName
{
color: #DC328A;
}
.AnyTagClassName
{
color: #DC328A;
}
</style>
background-color css
<style>
a { background-color: #DC328A; }
a { background-color: rgb(220,50,138); }
div.DivClassName
{
background-color: #DC328A;
}
.BgClassName
{
background-color: #DC328A;
}
</style>
border-color css
<style>
span { border-color: #DC328A; }
span { border-color: rgb(220,50,138); }
td.TdClassName
{
border-color: #DC328A;
}
.TagClassName
{
border-color: #DC328A;
}
</style>