Shades of Deep Cerise #DC4390
Tints of Deep Cerise #DC4390
RGB
CMYK
RGB Variations
Color information
#DC4390 (or 0xDC4390) is known color: Deep Cerise. HEX triplet: DC, 43 and 90. RGB value is (220,67,144). Sum of RGB (Red+Green+Blue) = 220+67+144=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4390 is #23BC6F. Grayscale: #797979. Windows color (decimal): -2342000 or 9454556. OLE color: 9454556.
HSL color Cylindrical-coordinate representation of color #DC4390: hue angle of 329.8º 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 #DC4390 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 144 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.14 |
| HSL | 329.8º | 0.69% | 0.56% | - |
| HSV(B) | 329.8º | 0.7% | 0.86% | - |
| XYZ | 36.56 | 21.24 | 28.56 | - |
| YUV | 121.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 144 | 0 | 0.70 | 0.35 | 0.14 | 329.8 | 0.69 | 0.56 |
| Hex | DC | 43 | 90 | 0 | 46 | 23 | E | 14A | 45 | 38 |
| Octal | 334 | 103 | 220 | 0 | 106 | 43 | 16 | 512 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10010000 | 0 | 1000110 | 100011 | 1110 | 101001010 | 1000101 | 111000 |
Color Harmonies of #DC4390
Complementary color
Monochromatic Colors of #DC4390
Black with #DC4390
Text Example
Text Example
White with #DC4390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4390; }
p { color: rgb(220,67,144); }
H1.HeaderClassName
{
color: #DC4390;
}
.AnyTagClassName
{
color: #DC4390;
}
</style>
background-color css
<style>
a { background-color: #DC4390; }
a { background-color: rgb(220,67,144); }
div.DivClassName
{
background-color: #DC4390;
}
.BgClassName
{
background-color: #DC4390;
}
</style>
border-color css
<style>
span { border-color: #DC4390; }
span { border-color: rgb(220,67,144); }
td.TdClassName
{
border-color: #DC4390;
}
.TagClassName
{
border-color: #DC4390;
}
</style>