Shades of Deep Cerise #DC30A1
Tints of Deep Cerise #DC30A1
RGB
CMYK
RGB Variations
Color information
#DC30A1 (or 0xDC30A1) is known color: Deep Cerise. HEX triplet: DC, 30 and A1. RGB value is (220,48,161). Sum of RGB (Red+Green+Blue) = 220+48+161=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC30A1 is #23CF5E. Grayscale: #707070. Windows color (decimal): -2346847 or 10563804. OLE color: 10563804.
HSL color Cylindrical-coordinate representation of color #DC30A1: hue angle of 320.58º 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 #DC30A1 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 161 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.14 |
| HSL | 320.58º | 0.71% | 0.53% | - |
| HSV(B) | 320.58º | 0.78% | 0.86% | - |
| XYZ | 37.01 | 19.9 | 35.61 | - |
| YUV | 112.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 161 | 0 | 0.78 | 0.27 | 0.14 | 320.58 | 0.71 | 0.53 |
| Hex | DC | 30 | A1 | 0 | 4E | 1B | E | 141 | 47 | 35 |
| Octal | 334 | 60 | 241 | 0 | 116 | 33 | 16 | 501 | 107 | 65 |
| Binary | 11011100 | 110000 | 10100001 | 0 | 1001110 | 11011 | 1110 | 101000001 | 1000111 | 110101 |
Color Harmonies of #DC30A1
Complementary color
Monochromatic Colors of #DC30A1
Black with #DC30A1
Text Example
Text Example
White with #DC30A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30A1; }
p { color: rgb(220,48,161); }
H1.HeaderClassName
{
color: #DC30A1;
}
.AnyTagClassName
{
color: #DC30A1;
}
</style>
background-color css
<style>
a { background-color: #DC30A1; }
a { background-color: rgb(220,48,161); }
div.DivClassName
{
background-color: #DC30A1;
}
.BgClassName
{
background-color: #DC30A1;
}
</style>
border-color css
<style>
span { border-color: #DC30A1; }
span { border-color: rgb(220,48,161); }
td.TdClassName
{
border-color: #DC30A1;
}
.TagClassName
{
border-color: #DC30A1;
}
</style>