Shades of Dark Pink #DC4E8A
Tints of Dark Pink #DC4E8A
RGB
CMYK
RGB Variations
Color information
#DC4E8A (or 0xDC4E8A) is known color: Dark Pink. HEX triplet: DC, 4E and 8A. RGB value is (220,78,138). Sum of RGB (Red+Green+Blue) = 220+78+138=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4E8A is #23B175. Grayscale: #7F7F7F. Windows color (decimal): -2339190 or 9064156. OLE color: 9064156.
HSL color Cylindrical-coordinate representation of color #DC4E8A: hue angle of 334.65º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4E8A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 138 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.14 |
| HSL | 334.65º | 0.67% | 0.58% | - |
| HSV(B) | 334.65º | 0.65% | 0.86% | - |
| XYZ | 36.83 | 22.5 | 26.45 | - |
| YUV | 127.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 138 | 0 | 0.65 | 0.37 | 0.14 | 334.65 | 0.67 | 0.58 |
| Hex | DC | 4E | 8A | 0 | 41 | 25 | E | 14F | 43 | 3A |
| Octal | 334 | 116 | 212 | 0 | 101 | 45 | 16 | 517 | 103 | 72 |
| Binary | 11011100 | 1001110 | 10001010 | 0 | 1000001 | 100101 | 1110 | 101001111 | 1000011 | 111010 |
Color Harmonies of #DC4E8A
Complementary color
Monochromatic Colors of #DC4E8A
Black with #DC4E8A
Text Example
Text Example
White with #DC4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E8A; }
p { color: rgb(220,78,138); }
H1.HeaderClassName
{
color: #DC4E8A;
}
.AnyTagClassName
{
color: #DC4E8A;
}
</style>
background-color css
<style>
a { background-color: #DC4E8A; }
a { background-color: rgb(220,78,138); }
div.DivClassName
{
background-color: #DC4E8A;
}
.BgClassName
{
background-color: #DC4E8A;
}
</style>
border-color css
<style>
span { border-color: #DC4E8A; }
span { border-color: rgb(220,78,138); }
td.TdClassName
{
border-color: #DC4E8A;
}
.TagClassName
{
border-color: #DC4E8A;
}
</style>