Shades of Deep Cerise #DC30A0
Tints of Deep Cerise #DC30A0
RGB
CMYK
RGB Variations
Color information
#DC30A0 (or 0xDC30A0) is known color: Deep Cerise. HEX triplet: DC, 30 and A0. RGB value is (220,48,160). Sum of RGB (Red+Green+Blue) = 220+48+160=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC30A0 is #23CF5F. Grayscale: #6F6F6F. Windows color (decimal): -2346848 or 10498268. OLE color: 10498268.
HSL color Cylindrical-coordinate representation of color #DC30A0: hue angle of 320.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC30A0 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 160 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.14 |
| HSL | 320.93º | 0.71% | 0.53% | - |
| HSV(B) | 320.93º | 0.78% | 0.86% | - |
| XYZ | 36.92 | 19.87 | 35.15 | - |
| YUV | 112.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 160 | 0 | 0.78 | 0.27 | 0.14 | 320.93 | 0.71 | 0.53 |
| Hex | DC | 30 | A0 | 0 | 4E | 1B | E | 141 | 47 | 35 |
| Octal | 334 | 60 | 240 | 0 | 116 | 33 | 16 | 501 | 107 | 65 |
| Binary | 11011100 | 110000 | 10100000 | 0 | 1001110 | 11011 | 1110 | 101000001 | 1000111 | 110101 |
Color Harmonies of #DC30A0
Complementary color
Monochromatic Colors of #DC30A0
Black with #DC30A0
Text Example
Text Example
White with #DC30A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30A0; }
p { color: rgb(220,48,160); }
H1.HeaderClassName
{
color: #DC30A0;
}
.AnyTagClassName
{
color: #DC30A0;
}
</style>
background-color css
<style>
a { background-color: #DC30A0; }
a { background-color: rgb(220,48,160); }
div.DivClassName
{
background-color: #DC30A0;
}
.BgClassName
{
background-color: #DC30A0;
}
</style>
border-color css
<style>
span { border-color: #DC30A0; }
span { border-color: rgb(220,48,160); }
td.TdClassName
{
border-color: #DC30A0;
}
.TagClassName
{
border-color: #DC30A0;
}
</style>