Shades of Deep Cerise #DC4180
Tints of Deep Cerise #DC4180
RGB
CMYK
RGB Variations
Color information
#DC4180 (or 0xDC4180) is known color: Deep Cerise. HEX triplet: DC, 41 and 80. RGB value is (220,65,128). Sum of RGB (Red+Green+Blue) = 220+65+128=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4180 is #23BE7F. Grayscale: #767676. Windows color (decimal): -2342528 or 8405468. OLE color: 8405468.
HSL color Cylindrical-coordinate representation of color #DC4180: hue angle of 335.61º 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 #DC4180 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 128 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.14 |
| HSL | 335.61º | 0.69% | 0.56% | - |
| HSV(B) | 335.61º | 0.7% | 0.86% | - |
| XYZ | 35.3 | 20.55 | 22.53 | - |
| YUV | 118.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 128 | 0 | 0.70 | 0.42 | 0.14 | 335.61 | 0.69 | 0.56 |
| Hex | DC | 41 | 80 | 0 | 46 | 2A | E | 150 | 45 | 38 |
| Octal | 334 | 101 | 200 | 0 | 106 | 52 | 16 | 520 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10000000 | 0 | 1000110 | 101010 | 1110 | 101010000 | 1000101 | 111000 |
Color Harmonies of #DC4180
Complementary color
Monochromatic Colors of #DC4180
Black with #DC4180
Text Example
Text Example
White with #DC4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4180; }
p { color: rgb(220,65,128); }
H1.HeaderClassName
{
color: #DC4180;
}
.AnyTagClassName
{
color: #DC4180;
}
</style>
background-color css
<style>
a { background-color: #DC4180; }
a { background-color: rgb(220,65,128); }
div.DivClassName
{
background-color: #DC4180;
}
.BgClassName
{
background-color: #DC4180;
}
</style>
border-color css
<style>
span { border-color: #DC4180; }
span { border-color: rgb(220,65,128); }
td.TdClassName
{
border-color: #DC4180;
}
.TagClassName
{
border-color: #DC4180;
}
</style>