Shades of Deep Cerise #DC327B
Tints of Deep Cerise #DC327B
RGB
CMYK
RGB Variations
Color information
#DC327B (or 0xDC327B) is known color: Deep Cerise. HEX triplet: DC, 32 and 7B. RGB value is (220,50,123). Sum of RGB (Red+Green+Blue) = 220+50+123=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC327B is #23CD84. Grayscale: #6D6D6D. Windows color (decimal): -2346373 or 8073948. OLE color: 8073948.
HSL color Cylindrical-coordinate representation of color #DC327B: hue angle of 334.24º 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 #DC327B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 123 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.14 |
| HSL | 334.24º | 0.71% | 0.53% | - |
| HSV(B) | 334.24º | 0.77% | 0.86% | - |
| XYZ | 34.23 | 18.93 | 20.59 | - |
| YUV | 109.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 123 | 0 | 0.77 | 0.44 | 0.14 | 334.24 | 0.71 | 0.53 |
| Hex | DC | 32 | 7B | 0 | 4D | 2C | E | 14E | 47 | 35 |
| Octal | 334 | 62 | 173 | 0 | 115 | 54 | 16 | 516 | 107 | 65 |
| Binary | 11011100 | 110010 | 1111011 | 0 | 1001101 | 101100 | 1110 | 101001110 | 1000111 | 110101 |
Color Harmonies of #DC327B
Complementary color
Monochromatic Colors of #DC327B
Black with #DC327B
Text Example
Text Example
White with #DC327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC327B; }
p { color: rgb(220,50,123); }
H1.HeaderClassName
{
color: #DC327B;
}
.AnyTagClassName
{
color: #DC327B;
}
</style>
background-color css
<style>
a { background-color: #DC327B; }
a { background-color: rgb(220,50,123); }
div.DivClassName
{
background-color: #DC327B;
}
.BgClassName
{
background-color: #DC327B;
}
</style>
border-color css
<style>
span { border-color: #DC327B; }
span { border-color: rgb(220,50,123); }
td.TdClassName
{
border-color: #DC327B;
}
.TagClassName
{
border-color: #DC327B;
}
</style>