Shades of Deep Cerise #DC3F8E
Tints of Deep Cerise #DC3F8E
RGB
CMYK
RGB Variations
Color information
#DC3F8E (or 0xDC3F8E) is known color: Deep Cerise. HEX triplet: DC, 3F and 8E. RGB value is (220,63,142). Sum of RGB (Red+Green+Blue) = 220+63+142=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F8E is #23C071. Grayscale: #767676. Windows color (decimal): -2343026 or 9322460. OLE color: 9322460.
HSL color Cylindrical-coordinate representation of color #DC3F8E: hue angle of 329.81º 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 #DC3F8E is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 142 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.14 |
| HSL | 329.81º | 0.69% | 0.55% | - |
| HSV(B) | 329.81º | 0.71% | 0.86% | - |
| XYZ | 36.18 | 20.72 | 27.68 | - |
| YUV | 118.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 142 | 0 | 0.71 | 0.35 | 0.14 | 329.81 | 0.69 | 0.55 |
| Hex | DC | 3F | 8E | 0 | 47 | 23 | E | 14A | 45 | 37 |
| Octal | 334 | 77 | 216 | 0 | 107 | 43 | 16 | 512 | 105 | 67 |
| Binary | 11011100 | 111111 | 10001110 | 0 | 1000111 | 100011 | 1110 | 101001010 | 1000101 | 110111 |
Color Harmonies of #DC3F8E
Complementary color
Monochromatic Colors of #DC3F8E
Black with #DC3F8E
Text Example
Text Example
White with #DC3F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F8E; }
p { color: rgb(220,63,142); }
H1.HeaderClassName
{
color: #DC3F8E;
}
.AnyTagClassName
{
color: #DC3F8E;
}
</style>
background-color css
<style>
a { background-color: #DC3F8E; }
a { background-color: rgb(220,63,142); }
div.DivClassName
{
background-color: #DC3F8E;
}
.BgClassName
{
background-color: #DC3F8E;
}
</style>
border-color css
<style>
span { border-color: #DC3F8E; }
span { border-color: rgb(220,63,142); }
td.TdClassName
{
border-color: #DC3F8E;
}
.TagClassName
{
border-color: #DC3F8E;
}
</style>