Shades of Deep Cerise #DC2095
Tints of Deep Cerise #DC2095
RGB
CMYK
RGB Variations
Color information
#DC2095 (or 0xDC2095) is known color: Deep Cerise. HEX triplet: DC, 20 and 95. RGB value is (220,32,149). Sum of RGB (Red+Green+Blue) = 220+32+149=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2095 is #23DF6A. Grayscale: #656565. Windows color (decimal): -2350955 or 9773276. OLE color: 9773276.
HSL color Cylindrical-coordinate representation of color #DC2095: hue angle of 322.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2095 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 149 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.14 |
| HSL | 322.66º | 0.75% | 0.49% | - |
| HSV(B) | 322.66º | 0.85% | 0.86% | - |
| XYZ | 35.46 | 18.42 | 30.12 | - |
| YUV | 101.55 | 154.78 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 149 | 0 | 0.85 | 0.32 | 0.14 | 322.66 | 0.75 | 0.49 |
| Hex | DC | 20 | 95 | 0 | 55 | 20 | E | 143 | 4B | 31 |
| Octal | 334 | 40 | 225 | 0 | 125 | 40 | 16 | 503 | 113 | 61 |
| Binary | 11011100 | 100000 | 10010101 | 0 | 1010101 | 100000 | 1110 | 101000011 | 1001011 | 110001 |
Color Harmonies of #DC2095
Complementary color
Monochromatic Colors of #DC2095
Black with #DC2095
Text Example
Text Example
White with #DC2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2095; }
p { color: rgb(220,32,149); }
H1.HeaderClassName
{
color: #DC2095;
}
.AnyTagClassName
{
color: #DC2095;
}
</style>
background-color css
<style>
a { background-color: #DC2095; }
a { background-color: rgb(220,32,149); }
div.DivClassName
{
background-color: #DC2095;
}
.BgClassName
{
background-color: #DC2095;
}
</style>
border-color css
<style>
span { border-color: #DC2095; }
span { border-color: rgb(220,32,149); }
td.TdClassName
{
border-color: #DC2095;
}
.TagClassName
{
border-color: #DC2095;
}
</style>