Shades of Deep Cerise #DC2395
Tints of Deep Cerise #DC2395
RGB
CMYK
RGB Variations
Color information
#DC2395 (or 0xDC2395) is known color: Deep Cerise. HEX triplet: DC, 23 and 95. RGB value is (220,35,149). Sum of RGB (Red+Green+Blue) = 220+35+149=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2395 is #23DC6A. Grayscale: #676767. Windows color (decimal): -2350187 or 9774044. OLE color: 9774044.
HSL color Cylindrical-coordinate representation of color #DC2395: hue angle of 323.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2395 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 149 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.14 |
| HSL | 323.03º | 0.73% | 0.5% | - |
| HSV(B) | 323.03º | 0.84% | 0.86% | - |
| XYZ | 35.54 | 18.59 | 30.15 | - |
| YUV | 103.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 149 | 0 | 0.84 | 0.32 | 0.14 | 323.03 | 0.73 | 0.5 |
| Hex | DC | 23 | 95 | 0 | 54 | 20 | E | 143 | 49 | 32 |
| Octal | 334 | 43 | 225 | 0 | 124 | 40 | 16 | 503 | 111 | 62 |
| Binary | 11011100 | 100011 | 10010101 | 0 | 1010100 | 100000 | 1110 | 101000011 | 1001001 | 110010 |
Color Harmonies of #DC2395
Complementary color
Monochromatic Colors of #DC2395
Black with #DC2395
Text Example
Text Example
White with #DC2395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2395; }
p { color: rgb(220,35,149); }
H1.HeaderClassName
{
color: #DC2395;
}
.AnyTagClassName
{
color: #DC2395;
}
</style>
background-color css
<style>
a { background-color: #DC2395; }
a { background-color: rgb(220,35,149); }
div.DivClassName
{
background-color: #DC2395;
}
.BgClassName
{
background-color: #DC2395;
}
</style>
border-color css
<style>
span { border-color: #DC2395; }
span { border-color: rgb(220,35,149); }
td.TdClassName
{
border-color: #DC2395;
}
.TagClassName
{
border-color: #DC2395;
}
</style>