Shades of Deep Cerise #DC3785
Tints of Deep Cerise #DC3785
RGB
CMYK
RGB Variations
Color information
#DC3785 (or 0xDC3785) is known color: Deep Cerise. HEX triplet: DC, 37 and 85. RGB value is (220,55,133). Sum of RGB (Red+Green+Blue) = 220+55+133=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3785 is #23C87A. Grayscale: #717171. Windows color (decimal): -2345083 or 8730588. OLE color: 8730588.
HSL color Cylindrical-coordinate representation of color #DC3785: hue angle of 331.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3785 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 133 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.14 |
| HSL | 331.64º | 0.7% | 0.54% | - |
| HSV(B) | 331.64º | 0.75% | 0.86% | - |
| XYZ | 35.12 | 19.64 | 24.13 | - |
| YUV | 113.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 133 | 0 | 0.75 | 0.40 | 0.14 | 331.64 | 0.7 | 0.54 |
| Hex | DC | 37 | 85 | 0 | 4B | 28 | E | 14C | 46 | 36 |
| Octal | 334 | 67 | 205 | 0 | 113 | 50 | 16 | 514 | 106 | 66 |
| Binary | 11011100 | 110111 | 10000101 | 0 | 1001011 | 101000 | 1110 | 101001100 | 1000110 | 110110 |
Color Harmonies of #DC3785
Complementary color
Monochromatic Colors of #DC3785
Black with #DC3785
Text Example
Text Example
White with #DC3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3785; }
p { color: rgb(220,55,133); }
H1.HeaderClassName
{
color: #DC3785;
}
.AnyTagClassName
{
color: #DC3785;
}
</style>
background-color css
<style>
a { background-color: #DC3785; }
a { background-color: rgb(220,55,133); }
div.DivClassName
{
background-color: #DC3785;
}
.BgClassName
{
background-color: #DC3785;
}
</style>
border-color css
<style>
span { border-color: #DC3785; }
span { border-color: rgb(220,55,133); }
td.TdClassName
{
border-color: #DC3785;
}
.TagClassName
{
border-color: #DC3785;
}
</style>