Shades of Deep Cerise #DC397D
Tints of Deep Cerise #DC397D
RGB
CMYK
RGB Variations
Color information
#DC397D (or 0xDC397D) is known color: Deep Cerise. HEX triplet: DC, 39 and 7D. RGB value is (220,57,125). Sum of RGB (Red+Green+Blue) = 220+57+125=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC397D is #23C682. Grayscale: #717171. Windows color (decimal): -2344579 or 8206812. OLE color: 8206812.
HSL color Cylindrical-coordinate representation of color #DC397D: hue angle of 334.97º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC397D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 125 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.14 |
| HSL | 334.97º | 0.7% | 0.54% | - |
| HSV(B) | 334.97º | 0.74% | 0.86% | - |
| XYZ | 34.68 | 19.62 | 21.36 | - |
| YUV | 113.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 125 | 0 | 0.74 | 0.43 | 0.14 | 334.97 | 0.7 | 0.54 |
| Hex | DC | 39 | 7D | 0 | 4A | 2B | E | 14F | 46 | 36 |
| Octal | 334 | 71 | 175 | 0 | 112 | 53 | 16 | 517 | 106 | 66 |
| Binary | 11011100 | 111001 | 1111101 | 0 | 1001010 | 101011 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DC397D
Complementary color
Monochromatic Colors of #DC397D
Black with #DC397D
Text Example
Text Example
White with #DC397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC397D; }
p { color: rgb(220,57,125); }
H1.HeaderClassName
{
color: #DC397D;
}
.AnyTagClassName
{
color: #DC397D;
}
</style>
background-color css
<style>
a { background-color: #DC397D; }
a { background-color: rgb(220,57,125); }
div.DivClassName
{
background-color: #DC397D;
}
.BgClassName
{
background-color: #DC397D;
}
</style>
border-color css
<style>
span { border-color: #DC397D; }
span { border-color: rgb(220,57,125); }
td.TdClassName
{
border-color: #DC397D;
}
.TagClassName
{
border-color: #DC397D;
}
</style>