Shades of Deep Cerise #DC3F88
Tints of Deep Cerise #DC3F88
RGB
CMYK
RGB Variations
Color information
#DC3F88 (or 0xDC3F88) is known color: Deep Cerise. HEX triplet: DC, 3F and 88. RGB value is (220,63,136). Sum of RGB (Red+Green+Blue) = 220+63+136=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F88 is #23C077. Grayscale: #767676. Windows color (decimal): -2343032 or 8929244. OLE color: 8929244.
HSL color Cylindrical-coordinate representation of color #DC3F88: hue angle of 332.1º 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 #DC3F88 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 136 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.14 |
| HSL | 332.1º | 0.69% | 0.55% | - |
| HSV(B) | 332.1º | 0.71% | 0.86% | - |
| XYZ | 35.74 | 20.55 | 25.38 | - |
| YUV | 118.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 136 | 0 | 0.71 | 0.38 | 0.14 | 332.1 | 0.69 | 0.55 |
| Hex | DC | 3F | 88 | 0 | 47 | 26 | E | 14C | 45 | 37 |
| Octal | 334 | 77 | 210 | 0 | 107 | 46 | 16 | 514 | 105 | 67 |
| Binary | 11011100 | 111111 | 10001000 | 0 | 1000111 | 100110 | 1110 | 101001100 | 1000101 | 110111 |
Color Harmonies of #DC3F88
Complementary color
Monochromatic Colors of #DC3F88
Black with #DC3F88
Text Example
Text Example
White with #DC3F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F88; }
p { color: rgb(220,63,136); }
H1.HeaderClassName
{
color: #DC3F88;
}
.AnyTagClassName
{
color: #DC3F88;
}
</style>
background-color css
<style>
a { background-color: #DC3F88; }
a { background-color: rgb(220,63,136); }
div.DivClassName
{
background-color: #DC3F88;
}
.BgClassName
{
background-color: #DC3F88;
}
</style>
border-color css
<style>
span { border-color: #DC3F88; }
span { border-color: rgb(220,63,136); }
td.TdClassName
{
border-color: #DC3F88;
}
.TagClassName
{
border-color: #DC3F88;
}
</style>