Shades of My Pink #DC8A80
Tints of My Pink #DC8A80
RGB
CMYK
RGB Variations
Color information
#DC8A80 (or 0xDC8A80) is known color: My Pink. HEX triplet: DC, 8A and 80. RGB value is (220,138,128). Sum of RGB (Red+Green+Blue) = 220+138+128=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A80 is #23757F. Grayscale: #A1A1A1. Windows color (decimal): -2323840 or 8424156. OLE color: 8424156.
HSL color Cylindrical-coordinate representation of color #DC8A80: hue angle of 6.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8A80 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 128 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.14 |
| HSL | 6.52º | 0.57% | 0.68% | - |
| HSV(B) | 6.52º | 0.42% | 0.86% | - |
| XYZ | 42.5 | 34.95 | 24.93 | - |
| YUV | 161.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 128 | 0 | 0.37 | 0.42 | 0.14 | 6.52 | 0.57 | 0.68 |
| Hex | DC | 8A | 80 | 0 | 25 | 2A | E | 7 | 39 | 44 |
| Octal | 334 | 212 | 200 | 0 | 45 | 52 | 16 | 7 | 71 | 104 |
| Binary | 11011100 | 10001010 | 10000000 | 0 | 100101 | 101010 | 1110 | 111 | 111001 | 1000100 |
Color Harmonies of #DC8A80
Complementary color
Monochromatic Colors of #DC8A80
Black with #DC8A80
Text Example
Text Example
White with #DC8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A80; }
p { color: rgb(220,138,128); }
H1.HeaderClassName
{
color: #DC8A80;
}
.AnyTagClassName
{
color: #DC8A80;
}
</style>
background-color css
<style>
a { background-color: #DC8A80; }
a { background-color: rgb(220,138,128); }
div.DivClassName
{
background-color: #DC8A80;
}
.BgClassName
{
background-color: #DC8A80;
}
</style>
border-color css
<style>
span { border-color: #DC8A80; }
span { border-color: rgb(220,138,128); }
td.TdClassName
{
border-color: #DC8A80;
}
.TagClassName
{
border-color: #DC8A80;
}
</style>