Shades of Deep Cerise #DC3F89
Tints of Deep Cerise #DC3F89
RGB
CMYK
RGB Variations
Color information
#DC3F89 (or 0xDC3F89) is known color: Deep Cerise. HEX triplet: DC, 3F and 89. RGB value is (220,63,137). Sum of RGB (Red+Green+Blue) = 220+63+137=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F89 is #23C076. Grayscale: #767676. Windows color (decimal): -2343031 or 8994780. OLE color: 8994780.
HSL color Cylindrical-coordinate representation of color #DC3F89: hue angle of 331.72º 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 #DC3F89 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 137 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.14 |
| HSL | 331.72º | 0.69% | 0.55% | - |
| HSV(B) | 331.72º | 0.71% | 0.86% | - |
| XYZ | 35.81 | 20.58 | 25.75 | - |
| YUV | 118.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 137 | 0 | 0.71 | 0.38 | 0.14 | 331.72 | 0.69 | 0.55 |
| Hex | DC | 3F | 89 | 0 | 47 | 26 | E | 14C | 45 | 37 |
| Octal | 334 | 77 | 211 | 0 | 107 | 46 | 16 | 514 | 105 | 67 |
| Binary | 11011100 | 111111 | 10001001 | 0 | 1000111 | 100110 | 1110 | 101001100 | 1000101 | 110111 |
Color Harmonies of #DC3F89
Complementary color
Monochromatic Colors of #DC3F89
Black with #DC3F89
Text Example
Text Example
White with #DC3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F89; }
p { color: rgb(220,63,137); }
H1.HeaderClassName
{
color: #DC3F89;
}
.AnyTagClassName
{
color: #DC3F89;
}
</style>
background-color css
<style>
a { background-color: #DC3F89; }
a { background-color: rgb(220,63,137); }
div.DivClassName
{
background-color: #DC3F89;
}
.BgClassName
{
background-color: #DC3F89;
}
</style>
border-color css
<style>
span { border-color: #DC3F89; }
span { border-color: rgb(220,63,137); }
td.TdClassName
{
border-color: #DC3F89;
}
.TagClassName
{
border-color: #DC3F89;
}
</style>