Shades of Deep Cerise #DC34A4
Tints of Deep Cerise #DC34A4
RGB
CMYK
RGB Variations
Color information
#DC34A4 (or 0xDC34A4) is known color: Deep Cerise. HEX triplet: DC, 34 and A4. RGB value is (220,52,164). Sum of RGB (Red+Green+Blue) = 220+52+164=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC34A4 is #23CB5B. Grayscale: #727272. Windows color (decimal): -2345820 or 10761436. OLE color: 10761436.
HSL color Cylindrical-coordinate representation of color #DC34A4: hue angle of 320º 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 #DC34A4 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 164 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.14 |
| HSL | 320º | 0.71% | 0.53% | - |
| HSV(B) | 320º | 0.76% | 0.86% | - |
| XYZ | 37.44 | 20.35 | 37.08 | - |
| YUV | 115 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 164 | 0 | 0.76 | 0.25 | 0.14 | 320 | 0.71 | 0.53 |
| Hex | DC | 34 | A4 | 0 | 4C | 19 | E | 140 | 47 | 35 |
| Octal | 334 | 64 | 244 | 0 | 114 | 31 | 16 | 500 | 107 | 65 |
| Binary | 11011100 | 110100 | 10100100 | 0 | 1001100 | 11001 | 1110 | 101000000 | 1000111 | 110101 |
Color Harmonies of #DC34A4
Complementary color
Monochromatic Colors of #DC34A4
Black with #DC34A4
Text Example
Text Example
White with #DC34A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34A4; }
p { color: rgb(220,52,164); }
H1.HeaderClassName
{
color: #DC34A4;
}
.AnyTagClassName
{
color: #DC34A4;
}
</style>
background-color css
<style>
a { background-color: #DC34A4; }
a { background-color: rgb(220,52,164); }
div.DivClassName
{
background-color: #DC34A4;
}
.BgClassName
{
background-color: #DC34A4;
}
</style>
border-color css
<style>
span { border-color: #DC34A4; }
span { border-color: rgb(220,52,164); }
td.TdClassName
{
border-color: #DC34A4;
}
.TagClassName
{
border-color: #DC34A4;
}
</style>