Shades of Deep Cerise #DC1E9B
Tints of Deep Cerise #DC1E9B
RGB
CMYK
RGB Variations
Color information
#DC1E9B (or 0xDC1E9B) is known color: Deep Cerise. HEX triplet: DC, 1E and 9B. RGB value is (220,30,155). Sum of RGB (Red+Green+Blue) = 220+30+155=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1E9B is #23E164. Grayscale: #646464. Windows color (decimal): -2351461 or 10165980. OLE color: 10165980.
HSL color Cylindrical-coordinate representation of color #DC1E9B: hue angle of 320.53º 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 #DC1E9B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 155 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.14 |
| HSL | 320.53º | 0.76% | 0.49% | - |
| HSV(B) | 320.53º | 0.86% | 0.86% | - |
| XYZ | 35.9 | 18.51 | 32.69 | - |
| YUV | 101.06 | 158.45 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 155 | 0 | 0.86 | 0.30 | 0.14 | 320.53 | 0.76 | 0.49 |
| Hex | DC | 1E | 9B | 0 | 56 | 1E | E | 141 | 4C | 31 |
| Octal | 334 | 36 | 233 | 0 | 126 | 36 | 16 | 501 | 114 | 61 |
| Binary | 11011100 | 11110 | 10011011 | 0 | 1010110 | 11110 | 1110 | 101000001 | 1001100 | 110001 |
Color Harmonies of #DC1E9B
Complementary color
Monochromatic Colors of #DC1E9B
Black with #DC1E9B
Text Example
Text Example
White with #DC1E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E9B; }
p { color: rgb(220,30,155); }
H1.HeaderClassName
{
color: #DC1E9B;
}
.AnyTagClassName
{
color: #DC1E9B;
}
</style>
background-color css
<style>
a { background-color: #DC1E9B; }
a { background-color: rgb(220,30,155); }
div.DivClassName
{
background-color: #DC1E9B;
}
.BgClassName
{
background-color: #DC1E9B;
}
</style>
border-color css
<style>
span { border-color: #DC1E9B; }
span { border-color: rgb(220,30,155); }
td.TdClassName
{
border-color: #DC1E9B;
}
.TagClassName
{
border-color: #DC1E9B;
}
</style>