Shades of Deep Cerise #DC4183
Tints of Deep Cerise #DC4183
RGB
CMYK
RGB Variations
Color information
#DC4183 (or 0xDC4183) is known color: Deep Cerise. HEX triplet: DC, 41 and 83. RGB value is (220,65,131). Sum of RGB (Red+Green+Blue) = 220+65+131=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4183 is #23BE7C. Grayscale: #767676. Windows color (decimal): -2342525 or 8602076. OLE color: 8602076.
HSL color Cylindrical-coordinate representation of color #DC4183: hue angle of 334.45º 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 #DC4183 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 131 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.14 |
| HSL | 334.45º | 0.69% | 0.56% | - |
| HSV(B) | 334.45º | 0.7% | 0.86% | - |
| XYZ | 35.5 | 20.63 | 23.58 | - |
| YUV | 118.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 131 | 0 | 0.70 | 0.40 | 0.14 | 334.45 | 0.69 | 0.56 |
| Hex | DC | 41 | 83 | 0 | 46 | 28 | E | 14E | 45 | 38 |
| Octal | 334 | 101 | 203 | 0 | 106 | 50 | 16 | 516 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10000011 | 0 | 1000110 | 101000 | 1110 | 101001110 | 1000101 | 111000 |
Color Harmonies of #DC4183
Complementary color
Monochromatic Colors of #DC4183
Black with #DC4183
Text Example
Text Example
White with #DC4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4183; }
p { color: rgb(220,65,131); }
H1.HeaderClassName
{
color: #DC4183;
}
.AnyTagClassName
{
color: #DC4183;
}
</style>
background-color css
<style>
a { background-color: #DC4183; }
a { background-color: rgb(220,65,131); }
div.DivClassName
{
background-color: #DC4183;
}
.BgClassName
{
background-color: #DC4183;
}
</style>
border-color css
<style>
span { border-color: #DC4183; }
span { border-color: rgb(220,65,131); }
td.TdClassName
{
border-color: #DC4183;
}
.TagClassName
{
border-color: #DC4183;
}
</style>