Shades of Deep Cerise #DC3E8A
Tints of Deep Cerise #DC3E8A
RGB
CMYK
RGB Variations
Color information
#DC3E8A (or 0xDC3E8A) is known color: Deep Cerise. HEX triplet: DC, 3E and 8A. RGB value is (220,62,138). Sum of RGB (Red+Green+Blue) = 220+62+138=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E8A is #23C175. Grayscale: #757575. Windows color (decimal): -2343286 or 9060060. OLE color: 9060060.
HSL color Cylindrical-coordinate representation of color #DC3E8A: hue angle of 331.14º 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 #DC3E8A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 138 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.14 |
| HSL | 331.14º | 0.69% | 0.55% | - |
| HSV(B) | 331.14º | 0.72% | 0.86% | - |
| XYZ | 35.83 | 20.5 | 26.11 | - |
| YUV | 117.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 138 | 0 | 0.72 | 0.37 | 0.14 | 331.14 | 0.69 | 0.55 |
| Hex | DC | 3E | 8A | 0 | 48 | 25 | E | 14B | 45 | 37 |
| Octal | 334 | 76 | 212 | 0 | 110 | 45 | 16 | 513 | 105 | 67 |
| Binary | 11011100 | 111110 | 10001010 | 0 | 1001000 | 100101 | 1110 | 101001011 | 1000101 | 110111 |
Color Harmonies of #DC3E8A
Complementary color
Monochromatic Colors of #DC3E8A
Black with #DC3E8A
Text Example
Text Example
White with #DC3E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E8A; }
p { color: rgb(220,62,138); }
H1.HeaderClassName
{
color: #DC3E8A;
}
.AnyTagClassName
{
color: #DC3E8A;
}
</style>
background-color css
<style>
a { background-color: #DC3E8A; }
a { background-color: rgb(220,62,138); }
div.DivClassName
{
background-color: #DC3E8A;
}
.BgClassName
{
background-color: #DC3E8A;
}
</style>
border-color css
<style>
span { border-color: #DC3E8A; }
span { border-color: rgb(220,62,138); }
td.TdClassName
{
border-color: #DC3E8A;
}
.TagClassName
{
border-color: #DC3E8A;
}
</style>