Shades of Deep Cerise #DC1C7B
Tints of Deep Cerise #DC1C7B
RGB
CMYK
RGB Variations
Color information
#DC1C7B (or 0xDC1C7B) is known color: Deep Cerise. HEX triplet: DC, 1C and 7B. RGB value is (220,28,123). Sum of RGB (Red+Green+Blue) = 220+28+123=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C7B is #23E384. Grayscale: #606060. Windows color (decimal): -2352005 or 8068316. OLE color: 8068316.
HSL color Cylindrical-coordinate representation of color #DC1C7B: hue angle of 330.31º 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 #DC1C7B is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 123 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.14 |
| HSL | 330.31º | 0.77% | 0.49% | - |
| HSV(B) | 330.31º | 0.87% | 0.86% | - |
| XYZ | 33.51 | 17.48 | 20.35 | - |
| YUV | 96.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 123 | 0 | 0.87 | 0.44 | 0.14 | 330.31 | 0.77 | 0.49 |
| Hex | DC | 1C | 7B | 0 | 57 | 2C | E | 14A | 4D | 31 |
| Octal | 334 | 34 | 173 | 0 | 127 | 54 | 16 | 512 | 115 | 61 |
| Binary | 11011100 | 11100 | 1111011 | 0 | 1010111 | 101100 | 1110 | 101001010 | 1001101 | 110001 |
Color Harmonies of #DC1C7B
Complementary color
Monochromatic Colors of #DC1C7B
Black with #DC1C7B
Text Example
Text Example
White with #DC1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C7B; }
p { color: rgb(220,28,123); }
H1.HeaderClassName
{
color: #DC1C7B;
}
.AnyTagClassName
{
color: #DC1C7B;
}
</style>
background-color css
<style>
a { background-color: #DC1C7B; }
a { background-color: rgb(220,28,123); }
div.DivClassName
{
background-color: #DC1C7B;
}
.BgClassName
{
background-color: #DC1C7B;
}
</style>
border-color css
<style>
span { border-color: #DC1C7B; }
span { border-color: rgb(220,28,123); }
td.TdClassName
{
border-color: #DC1C7B;
}
.TagClassName
{
border-color: #DC1C7B;
}
</style>