Shades of Deep Cerise #DC3F86
Tints of Deep Cerise #DC3F86
RGB
CMYK
RGB Variations
Color information
#DC3F86 (or 0xDC3F86) is known color: Deep Cerise. HEX triplet: DC, 3F and 86. RGB value is (220,63,134). Sum of RGB (Red+Green+Blue) = 220+63+134=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F86 is #23C079. Grayscale: #757575. Windows color (decimal): -2343034 or 8798172. OLE color: 8798172.
HSL color Cylindrical-coordinate representation of color #DC3F86: hue angle of 332.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F86 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 134 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.14 |
| HSL | 332.87º | 0.69% | 0.55% | - |
| HSV(B) | 332.87º | 0.71% | 0.86% | - |
| XYZ | 35.6 | 20.49 | 24.63 | - |
| YUV | 118.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 134 | 0 | 0.71 | 0.39 | 0.14 | 332.87 | 0.69 | 0.55 |
| Hex | DC | 3F | 86 | 0 | 47 | 27 | E | 14D | 45 | 37 |
| Octal | 334 | 77 | 206 | 0 | 107 | 47 | 16 | 515 | 105 | 67 |
| Binary | 11011100 | 111111 | 10000110 | 0 | 1000111 | 100111 | 1110 | 101001101 | 1000101 | 110111 |
Color Harmonies of #DC3F86
Complementary color
Monochromatic Colors of #DC3F86
Black with #DC3F86
Text Example
Text Example
White with #DC3F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F86; }
p { color: rgb(220,63,134); }
H1.HeaderClassName
{
color: #DC3F86;
}
.AnyTagClassName
{
color: #DC3F86;
}
</style>
background-color css
<style>
a { background-color: #DC3F86; }
a { background-color: rgb(220,63,134); }
div.DivClassName
{
background-color: #DC3F86;
}
.BgClassName
{
background-color: #DC3F86;
}
</style>
border-color css
<style>
span { border-color: #DC3F86; }
span { border-color: rgb(220,63,134); }
td.TdClassName
{
border-color: #DC3F86;
}
.TagClassName
{
border-color: #DC3F86;
}
</style>