Shades of Deep Cerise #DC3E8B
Tints of Deep Cerise #DC3E8B
RGB
CMYK
RGB Variations
Color information
#DC3E8B (or 0xDC3E8B) is known color: Deep Cerise. HEX triplet: DC, 3E and 8B. RGB value is (220,62,139). Sum of RGB (Red+Green+Blue) = 220+62+139=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E8B is #23C174. Grayscale: #757575. Windows color (decimal): -2343285 or 9125596. OLE color: 9125596.
HSL color Cylindrical-coordinate representation of color #DC3E8B: hue angle of 330.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E8B is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 139 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.14 |
| HSL | 330.76º | 0.69% | 0.55% | - |
| HSV(B) | 330.76º | 0.72% | 0.86% | - |
| XYZ | 35.9 | 20.52 | 26.5 | - |
| YUV | 118.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 139 | 0 | 0.72 | 0.37 | 0.14 | 330.76 | 0.69 | 0.55 |
| Hex | DC | 3E | 8B | 0 | 48 | 25 | E | 14B | 45 | 37 |
| Octal | 334 | 76 | 213 | 0 | 110 | 45 | 16 | 513 | 105 | 67 |
| Binary | 11011100 | 111110 | 10001011 | 0 | 1001000 | 100101 | 1110 | 101001011 | 1000101 | 110111 |
Color Harmonies of #DC3E8B
Complementary color
Monochromatic Colors of #DC3E8B
Black with #DC3E8B
Text Example
Text Example
White with #DC3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E8B; }
p { color: rgb(220,62,139); }
H1.HeaderClassName
{
color: #DC3E8B;
}
.AnyTagClassName
{
color: #DC3E8B;
}
</style>
background-color css
<style>
a { background-color: #DC3E8B; }
a { background-color: rgb(220,62,139); }
div.DivClassName
{
background-color: #DC3E8B;
}
.BgClassName
{
background-color: #DC3E8B;
}
</style>
border-color css
<style>
span { border-color: #DC3E8B; }
span { border-color: rgb(220,62,139); }
td.TdClassName
{
border-color: #DC3E8B;
}
.TagClassName
{
border-color: #DC3E8B;
}
</style>