Shades of Deep Cerise #DC379F
Tints of Deep Cerise #DC379F
RGB
CMYK
RGB Variations
Color information
#DC379F (or 0xDC379F) is known color: Deep Cerise. HEX triplet: DC, 37 and 9F. RGB value is (220,55,159). Sum of RGB (Red+Green+Blue) = 220+55+159=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC379F is #23C860. Grayscale: #737373. Windows color (decimal): -2345057 or 10434524. OLE color: 10434524.
HSL color Cylindrical-coordinate representation of color #DC379F: hue angle of 322.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC379F is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 159 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.14 |
| HSL | 322.18º | 0.7% | 0.54% | - |
| HSV(B) | 322.18º | 0.75% | 0.86% | - |
| XYZ | 37.14 | 20.45 | 34.79 | - |
| YUV | 116.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 159 | 0 | 0.75 | 0.28 | 0.14 | 322.18 | 0.7 | 0.54 |
| Hex | DC | 37 | 9F | 0 | 4B | 1C | E | 142 | 46 | 36 |
| Octal | 334 | 67 | 237 | 0 | 113 | 34 | 16 | 502 | 106 | 66 |
| Binary | 11011100 | 110111 | 10011111 | 0 | 1001011 | 11100 | 1110 | 101000010 | 1000110 | 110110 |
Color Harmonies of #DC379F
Complementary color
Monochromatic Colors of #DC379F
Black with #DC379F
Text Example
Text Example
White with #DC379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC379F; }
p { color: rgb(220,55,159); }
H1.HeaderClassName
{
color: #DC379F;
}
.AnyTagClassName
{
color: #DC379F;
}
</style>
background-color css
<style>
a { background-color: #DC379F; }
a { background-color: rgb(220,55,159); }
div.DivClassName
{
background-color: #DC379F;
}
.BgClassName
{
background-color: #DC379F;
}
</style>
border-color css
<style>
span { border-color: #DC379F; }
span { border-color: rgb(220,55,159); }
td.TdClassName
{
border-color: #DC379F;
}
.TagClassName
{
border-color: #DC379F;
}
</style>