Shades of Deep Cerise #DC2E7B
Tints of Deep Cerise #DC2E7B
RGB
CMYK
RGB Variations
Color information
#DC2E7B (or 0xDC2E7B) is known color: Deep Cerise. HEX triplet: DC, 2E and 7B. RGB value is (220,46,123). Sum of RGB (Red+Green+Blue) = 220+46+123=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2E7B is #23D184. Grayscale: #6A6A6A. Windows color (decimal): -2347397 or 8072924. OLE color: 8072924.
HSL color Cylindrical-coordinate representation of color #DC2E7B: hue angle of 333.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2E7B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 123 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.14 |
| HSL | 333.45º | 0.71% | 0.52% | - |
| HSV(B) | 333.45º | 0.79% | 0.86% | - |
| XYZ | 34.07 | 18.6 | 20.53 | - |
| YUV | 106.8 | 137.15 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 123 | 0 | 0.79 | 0.44 | 0.14 | 333.45 | 0.71 | 0.52 |
| Hex | DC | 2E | 7B | 0 | 4F | 2C | E | 14D | 47 | 34 |
| Octal | 334 | 56 | 173 | 0 | 117 | 54 | 16 | 515 | 107 | 64 |
| Binary | 11011100 | 101110 | 1111011 | 0 | 1001111 | 101100 | 1110 | 101001101 | 1000111 | 110100 |
Color Harmonies of #DC2E7B
Complementary color
Monochromatic Colors of #DC2E7B
Black with #DC2E7B
Text Example
Text Example
White with #DC2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2E7B; }
p { color: rgb(220,46,123); }
H1.HeaderClassName
{
color: #DC2E7B;
}
.AnyTagClassName
{
color: #DC2E7B;
}
</style>
background-color css
<style>
a { background-color: #DC2E7B; }
a { background-color: rgb(220,46,123); }
div.DivClassName
{
background-color: #DC2E7B;
}
.BgClassName
{
background-color: #DC2E7B;
}
</style>
border-color css
<style>
span { border-color: #DC2E7B; }
span { border-color: rgb(220,46,123); }
td.TdClassName
{
border-color: #DC2E7B;
}
.TagClassName
{
border-color: #DC2E7B;
}
</style>