Shades of Deep Cerise #DC34A7
Tints of Deep Cerise #DC34A7
RGB
CMYK
RGB Variations
Color information
#DC34A7 (or 0xDC34A7) is known color: Deep Cerise. HEX triplet: DC, 34 and A7. RGB value is (220,52,167). Sum of RGB (Red+Green+Blue) = 220+52+167=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC34A7 is #23CB58. Grayscale: #737373. Windows color (decimal): -2345817 or 10958044. OLE color: 10958044.
HSL color Cylindrical-coordinate representation of color #DC34A7: hue angle of 318.93º 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 #DC34A7 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 167 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.14 |
| HSL | 318.93º | 0.71% | 0.53% | - |
| HSV(B) | 318.93º | 0.76% | 0.86% | - |
| XYZ | 37.72 | 20.46 | 38.52 | - |
| YUV | 115.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 167 | 0 | 0.76 | 0.24 | 0.14 | 318.93 | 0.71 | 0.53 |
| Hex | DC | 34 | A7 | 0 | 4C | 18 | E | 13F | 47 | 35 |
| Octal | 334 | 64 | 247 | 0 | 114 | 30 | 16 | 477 | 107 | 65 |
| Binary | 11011100 | 110100 | 10100111 | 0 | 1001100 | 11000 | 1110 | 100111111 | 1000111 | 110101 |
Color Harmonies of #DC34A7
Complementary color
Monochromatic Colors of #DC34A7
Black with #DC34A7
Text Example
Text Example
White with #DC34A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34A7; }
p { color: rgb(220,52,167); }
H1.HeaderClassName
{
color: #DC34A7;
}
.AnyTagClassName
{
color: #DC34A7;
}
</style>
background-color css
<style>
a { background-color: #DC34A7; }
a { background-color: rgb(220,52,167); }
div.DivClassName
{
background-color: #DC34A7;
}
.BgClassName
{
background-color: #DC34A7;
}
</style>
border-color css
<style>
span { border-color: #DC34A7; }
span { border-color: rgb(220,52,167); }
td.TdClassName
{
border-color: #DC34A7;
}
.TagClassName
{
border-color: #DC34A7;
}
</style>