Shades of Deep Cerise #DC3494
Tints of Deep Cerise #DC3494
RGB
CMYK
RGB Variations
Color information
#DC3494 (or 0xDC3494) is known color: Deep Cerise. HEX triplet: DC, 34 and 94. RGB value is (220,52,148). Sum of RGB (Red+Green+Blue) = 220+52+148=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3494 is #23CB6B. Grayscale: #707070. Windows color (decimal): -2345836 or 9712860. OLE color: 9712860.
HSL color Cylindrical-coordinate representation of color #DC3494: hue angle of 325.71º 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 #DC3494 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 148 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.14 |
| HSL | 325.71º | 0.71% | 0.53% | - |
| HSV(B) | 325.71º | 0.76% | 0.86% | - |
| XYZ | 36.09 | 19.81 | 29.94 | - |
| YUV | 113.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 148 | 0 | 0.76 | 0.33 | 0.14 | 325.71 | 0.71 | 0.53 |
| Hex | DC | 34 | 94 | 0 | 4C | 21 | E | 146 | 47 | 35 |
| Octal | 334 | 64 | 224 | 0 | 114 | 41 | 16 | 506 | 107 | 65 |
| Binary | 11011100 | 110100 | 10010100 | 0 | 1001100 | 100001 | 1110 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DC3494
Complementary color
Monochromatic Colors of #DC3494
Black with #DC3494
Text Example
Text Example
White with #DC3494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3494; }
p { color: rgb(220,52,148); }
H1.HeaderClassName
{
color: #DC3494;
}
.AnyTagClassName
{
color: #DC3494;
}
</style>
background-color css
<style>
a { background-color: #DC3494; }
a { background-color: rgb(220,52,148); }
div.DivClassName
{
background-color: #DC3494;
}
.BgClassName
{
background-color: #DC3494;
}
</style>
border-color css
<style>
span { border-color: #DC3494; }
span { border-color: rgb(220,52,148); }
td.TdClassName
{
border-color: #DC3494;
}
.TagClassName
{
border-color: #DC3494;
}
</style>