Shades of Deep Cerise #DC397F
Tints of Deep Cerise #DC397F
RGB
CMYK
RGB Variations
Color information
#DC397F (or 0xDC397F) is known color: Deep Cerise. HEX triplet: DC, 39 and 7F. RGB value is (220,57,127). Sum of RGB (Red+Green+Blue) = 220+57+127=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC397F is #23C680. Grayscale: #717171. Windows color (decimal): -2344577 or 8337884. OLE color: 8337884.
HSL color Cylindrical-coordinate representation of color #DC397F: hue angle of 334.23º 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 #DC397F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 127 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.14 |
| HSL | 334.23º | 0.7% | 0.54% | - |
| HSV(B) | 334.23º | 0.74% | 0.86% | - |
| XYZ | 34.81 | 19.67 | 22.04 | - |
| YUV | 113.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 127 | 0 | 0.74 | 0.42 | 0.14 | 334.23 | 0.7 | 0.54 |
| Hex | DC | 39 | 7F | 0 | 4A | 2A | E | 14E | 46 | 36 |
| Octal | 334 | 71 | 177 | 0 | 112 | 52 | 16 | 516 | 106 | 66 |
| Binary | 11011100 | 111001 | 1111111 | 0 | 1001010 | 101010 | 1110 | 101001110 | 1000110 | 110110 |
Color Harmonies of #DC397F
Complementary color
Monochromatic Colors of #DC397F
Black with #DC397F
Text Example
Text Example
White with #DC397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC397F; }
p { color: rgb(220,57,127); }
H1.HeaderClassName
{
color: #DC397F;
}
.AnyTagClassName
{
color: #DC397F;
}
</style>
background-color css
<style>
a { background-color: #DC397F; }
a { background-color: rgb(220,57,127); }
div.DivClassName
{
background-color: #DC397F;
}
.BgClassName
{
background-color: #DC397F;
}
</style>
border-color css
<style>
span { border-color: #DC397F; }
span { border-color: rgb(220,57,127); }
td.TdClassName
{
border-color: #DC397F;
}
.TagClassName
{
border-color: #DC397F;
}
</style>