Shades of Deep Cerise #DC1E8A
Tints of Deep Cerise #DC1E8A
RGB
CMYK
RGB Variations
Color information
#DC1E8A (or 0xDC1E8A) is known color: Deep Cerise. HEX triplet: DC, 1E and 8A. RGB value is (220,30,138). Sum of RGB (Red+Green+Blue) = 220+30+138=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1E8A is #23E175. Grayscale: #626262. Windows color (decimal): -2351478 or 9051868. OLE color: 9051868.
HSL color Cylindrical-coordinate representation of color #DC1E8A: hue angle of 325.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E8A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 138 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.14 |
| HSL | 325.89º | 0.76% | 0.49% | - |
| HSV(B) | 325.89º | 0.86% | 0.86% | - |
| XYZ | 34.57 | 17.98 | 25.69 | - |
| YUV | 99.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 138 | 0 | 0.86 | 0.37 | 0.14 | 325.89 | 0.76 | 0.49 |
| Hex | DC | 1E | 8A | 0 | 56 | 25 | E | 146 | 4C | 31 |
| Octal | 334 | 36 | 212 | 0 | 126 | 45 | 16 | 506 | 114 | 61 |
| Binary | 11011100 | 11110 | 10001010 | 0 | 1010110 | 100101 | 1110 | 101000110 | 1001100 | 110001 |
Color Harmonies of #DC1E8A
Complementary color
Monochromatic Colors of #DC1E8A
Black with #DC1E8A
Text Example
Text Example
White with #DC1E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E8A; }
p { color: rgb(220,30,138); }
H1.HeaderClassName
{
color: #DC1E8A;
}
.AnyTagClassName
{
color: #DC1E8A;
}
</style>
background-color css
<style>
a { background-color: #DC1E8A; }
a { background-color: rgb(220,30,138); }
div.DivClassName
{
background-color: #DC1E8A;
}
.BgClassName
{
background-color: #DC1E8A;
}
</style>
border-color css
<style>
span { border-color: #DC1E8A; }
span { border-color: rgb(220,30,138); }
td.TdClassName
{
border-color: #DC1E8A;
}
.TagClassName
{
border-color: #DC1E8A;
}
</style>