Shades of Deep Cerise #DC347F
Tints of Deep Cerise #DC347F
RGB
CMYK
RGB Variations
Color information
#DC347F (or 0xDC347F) is known color: Deep Cerise. HEX triplet: DC, 34 and 7F. RGB value is (220,52,127). Sum of RGB (Red+Green+Blue) = 220+52+127=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC347F is #23CB80. Grayscale: #6E6E6E. Windows color (decimal): -2345857 or 8336604. OLE color: 8336604.
HSL color Cylindrical-coordinate representation of color #DC347F: hue angle of 333.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC347F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 127 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.14 |
| HSL | 333.21º | 0.71% | 0.53% | - |
| HSV(B) | 333.21º | 0.76% | 0.86% | - |
| XYZ | 34.57 | 19.2 | 21.96 | - |
| YUV | 110.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 127 | 0 | 0.76 | 0.42 | 0.14 | 333.21 | 0.71 | 0.53 |
| Hex | DC | 34 | 7F | 0 | 4C | 2A | E | 14D | 47 | 35 |
| Octal | 334 | 64 | 177 | 0 | 114 | 52 | 16 | 515 | 107 | 65 |
| Binary | 11011100 | 110100 | 1111111 | 0 | 1001100 | 101010 | 1110 | 101001101 | 1000111 | 110101 |
Color Harmonies of #DC347F
Complementary color
Monochromatic Colors of #DC347F
Black with #DC347F
Text Example
Text Example
White with #DC347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC347F; }
p { color: rgb(220,52,127); }
H1.HeaderClassName
{
color: #DC347F;
}
.AnyTagClassName
{
color: #DC347F;
}
</style>
background-color css
<style>
a { background-color: #DC347F; }
a { background-color: rgb(220,52,127); }
div.DivClassName
{
background-color: #DC347F;
}
.BgClassName
{
background-color: #DC347F;
}
</style>
border-color css
<style>
span { border-color: #DC347F; }
span { border-color: rgb(220,52,127); }
td.TdClassName
{
border-color: #DC347F;
}
.TagClassName
{
border-color: #DC347F;
}
</style>