Shades of Deep Cerise #DC1C87
Tints of Deep Cerise #DC1C87
RGB
CMYK
RGB Variations
Color information
#DC1C87 (or 0xDC1C87) is known color: Deep Cerise. HEX triplet: DC, 1C and 87. RGB value is (220,28,135). Sum of RGB (Red+Green+Blue) = 220+28+135=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1C87 is #23E378. Grayscale: #616161. Windows color (decimal): -2351993 or 8854748. OLE color: 8854748.
HSL color Cylindrical-coordinate representation of color #DC1C87: hue angle of 326.56º 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 #DC1C87 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 135 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.14 |
| HSL | 326.56º | 0.77% | 0.49% | - |
| HSV(B) | 326.56º | 0.87% | 0.86% | - |
| XYZ | 34.3 | 17.8 | 24.55 | - |
| YUV | 97.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 135 | 0 | 0.87 | 0.39 | 0.14 | 326.56 | 0.77 | 0.49 |
| Hex | DC | 1C | 87 | 0 | 57 | 27 | E | 147 | 4D | 31 |
| Octal | 334 | 34 | 207 | 0 | 127 | 47 | 16 | 507 | 115 | 61 |
| Binary | 11011100 | 11100 | 10000111 | 0 | 1010111 | 100111 | 1110 | 101000111 | 1001101 | 110001 |
Color Harmonies of #DC1C87
Complementary color
Monochromatic Colors of #DC1C87
Black with #DC1C87
Text Example
Text Example
White with #DC1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C87; }
p { color: rgb(220,28,135); }
H1.HeaderClassName
{
color: #DC1C87;
}
.AnyTagClassName
{
color: #DC1C87;
}
</style>
background-color css
<style>
a { background-color: #DC1C87; }
a { background-color: rgb(220,28,135); }
div.DivClassName
{
background-color: #DC1C87;
}
.BgClassName
{
background-color: #DC1C87;
}
</style>
border-color css
<style>
span { border-color: #DC1C87; }
span { border-color: rgb(220,28,135); }
td.TdClassName
{
border-color: #DC1C87;
}
.TagClassName
{
border-color: #DC1C87;
}
</style>