Shades of Deep Cerise #DC4190
Tints of Deep Cerise #DC4190
RGB
CMYK
RGB Variations
Color information
#DC4190 (or 0xDC4190) is known color: Deep Cerise. HEX triplet: DC, 41 and 90. RGB value is (220,65,144). Sum of RGB (Red+Green+Blue) = 220+65+144=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4190 is #23BE6F. Grayscale: #787878. Windows color (decimal): -2342512 or 9454044. OLE color: 9454044.
HSL color Cylindrical-coordinate representation of color #DC4190: hue angle of 329.42º 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 #DC4190 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 144 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.14 |
| HSL | 329.42º | 0.69% | 0.56% | - |
| HSV(B) | 329.42º | 0.7% | 0.86% | - |
| XYZ | 36.44 | 21.01 | 28.52 | - |
| YUV | 120.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 144 | 0 | 0.70 | 0.35 | 0.14 | 329.42 | 0.69 | 0.56 |
| Hex | DC | 41 | 90 | 0 | 46 | 23 | E | 149 | 45 | 38 |
| Octal | 334 | 101 | 220 | 0 | 106 | 43 | 16 | 511 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10010000 | 0 | 1000110 | 100011 | 1110 | 101001001 | 1000101 | 111000 |
Color Harmonies of #DC4190
Complementary color
Monochromatic Colors of #DC4190
Black with #DC4190
Text Example
Text Example
White with #DC4190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4190; }
p { color: rgb(220,65,144); }
H1.HeaderClassName
{
color: #DC4190;
}
.AnyTagClassName
{
color: #DC4190;
}
</style>
background-color css
<style>
a { background-color: #DC4190; }
a { background-color: rgb(220,65,144); }
div.DivClassName
{
background-color: #DC4190;
}
.BgClassName
{
background-color: #DC4190;
}
</style>
border-color css
<style>
span { border-color: #DC4190; }
span { border-color: rgb(220,65,144); }
td.TdClassName
{
border-color: #DC4190;
}
.TagClassName
{
border-color: #DC4190;
}
</style>