Shades of Deep Cerise #DC4395
Tints of Deep Cerise #DC4395
RGB
CMYK
RGB Variations
Color information
#DC4395 (or 0xDC4395) is known color: Deep Cerise. HEX triplet: DC, 43 and 95. RGB value is (220,67,149). Sum of RGB (Red+Green+Blue) = 220+67+149=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4395 is #23BC6A. Grayscale: #797979. Windows color (decimal): -2341995 or 9782236. OLE color: 9782236.
HSL color Cylindrical-coordinate representation of color #DC4395: hue angle of 327.84º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4395 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 149 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.14 |
| HSL | 327.84º | 0.69% | 0.56% | - |
| HSV(B) | 327.84º | 0.7% | 0.86% | - |
| XYZ | 36.95 | 21.4 | 30.62 | - |
| YUV | 122.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 149 | 0 | 0.70 | 0.32 | 0.14 | 327.84 | 0.69 | 0.56 |
| Hex | DC | 43 | 95 | 0 | 46 | 20 | E | 148 | 45 | 38 |
| Octal | 334 | 103 | 225 | 0 | 106 | 40 | 16 | 510 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10010101 | 0 | 1000110 | 100000 | 1110 | 101001000 | 1000101 | 111000 |
Color Harmonies of #DC4395
Complementary color
Monochromatic Colors of #DC4395
Black with #DC4395
Text Example
Text Example
White with #DC4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4395; }
p { color: rgb(220,67,149); }
H1.HeaderClassName
{
color: #DC4395;
}
.AnyTagClassName
{
color: #DC4395;
}
</style>
background-color css
<style>
a { background-color: #DC4395; }
a { background-color: rgb(220,67,149); }
div.DivClassName
{
background-color: #DC4395;
}
.BgClassName
{
background-color: #DC4395;
}
</style>
border-color css
<style>
span { border-color: #DC4395; }
span { border-color: rgb(220,67,149); }
td.TdClassName
{
border-color: #DC4395;
}
.TagClassName
{
border-color: #DC4395;
}
</style>