Shades of Deep Cerise #DC379D
Tints of Deep Cerise #DC379D
RGB
CMYK
RGB Variations
Color information
#DC379D (or 0xDC379D) is known color: Deep Cerise. HEX triplet: DC, 37 and 9D. RGB value is (220,55,157). Sum of RGB (Red+Green+Blue) = 220+55+157=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC379D is #23C862. Grayscale: #737373. Windows color (decimal): -2345059 or 10303452. OLE color: 10303452.
HSL color Cylindrical-coordinate representation of color #DC379D: hue angle of 322.91º 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 #DC379D is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 157 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.14 |
| HSL | 322.91º | 0.7% | 0.54% | - |
| HSV(B) | 322.91º | 0.75% | 0.86% | - |
| XYZ | 36.97 | 20.38 | 33.88 | - |
| YUV | 115.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 157 | 0 | 0.75 | 0.29 | 0.14 | 322.91 | 0.7 | 0.54 |
| Hex | DC | 37 | 9D | 0 | 4B | 1D | E | 143 | 46 | 36 |
| Octal | 334 | 67 | 235 | 0 | 113 | 35 | 16 | 503 | 106 | 66 |
| Binary | 11011100 | 110111 | 10011101 | 0 | 1001011 | 11101 | 1110 | 101000011 | 1000110 | 110110 |
Color Harmonies of #DC379D
Complementary color
Monochromatic Colors of #DC379D
Black with #DC379D
Text Example
Text Example
White with #DC379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC379D; }
p { color: rgb(220,55,157); }
H1.HeaderClassName
{
color: #DC379D;
}
.AnyTagClassName
{
color: #DC379D;
}
</style>
background-color css
<style>
a { background-color: #DC379D; }
a { background-color: rgb(220,55,157); }
div.DivClassName
{
background-color: #DC379D;
}
.BgClassName
{
background-color: #DC379D;
}
</style>
border-color css
<style>
span { border-color: #DC379D; }
span { border-color: rgb(220,55,157); }
td.TdClassName
{
border-color: #DC379D;
}
.TagClassName
{
border-color: #DC379D;
}
</style>