Shades of Deep Cerise #DC1C8A
Tints of Deep Cerise #DC1C8A
RGB
CMYK
RGB Variations
Color information
#DC1C8A (or 0xDC1C8A) is known color: Deep Cerise. HEX triplet: DC, 1C and 8A. RGB value is (220,28,138). Sum of RGB (Red+Green+Blue) = 220+28+138=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1C8A is #23E375. Grayscale: #616161. Windows color (decimal): -2351990 or 9051356. OLE color: 9051356.
HSL color Cylindrical-coordinate representation of color #DC1C8A: hue angle of 325.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C8A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 138 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.14 |
| HSL | 325.63º | 0.77% | 0.49% | - |
| HSV(B) | 325.63º | 0.87% | 0.86% | - |
| XYZ | 34.52 | 17.88 | 25.68 | - |
| YUV | 97.95 | 150.61 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 138 | 0 | 0.87 | 0.37 | 0.14 | 325.63 | 0.77 | 0.49 |
| Hex | DC | 1C | 8A | 0 | 57 | 25 | E | 146 | 4D | 31 |
| Octal | 334 | 34 | 212 | 0 | 127 | 45 | 16 | 506 | 115 | 61 |
| Binary | 11011100 | 11100 | 10001010 | 0 | 1010111 | 100101 | 1110 | 101000110 | 1001101 | 110001 |
Color Harmonies of #DC1C8A
Complementary color
Monochromatic Colors of #DC1C8A
Black with #DC1C8A
Text Example
Text Example
White with #DC1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C8A; }
p { color: rgb(220,28,138); }
H1.HeaderClassName
{
color: #DC1C8A;
}
.AnyTagClassName
{
color: #DC1C8A;
}
</style>
background-color css
<style>
a { background-color: #DC1C8A; }
a { background-color: rgb(220,28,138); }
div.DivClassName
{
background-color: #DC1C8A;
}
.BgClassName
{
background-color: #DC1C8A;
}
</style>
border-color css
<style>
span { border-color: #DC1C8A; }
span { border-color: rgb(220,28,138); }
td.TdClassName
{
border-color: #DC1C8A;
}
.TagClassName
{
border-color: #DC1C8A;
}
</style>