Shades of My Pink #DC8982
Tints of My Pink #DC8982
RGB
CMYK
RGB Variations
Color information
#DC8982 (or 0xDC8982) is known color: My Pink. HEX triplet: DC, 89 and 82. RGB value is (220,137,130). Sum of RGB (Red+Green+Blue) = 220+137+130=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8982 is #23767D. Grayscale: #A1A1A1. Windows color (decimal): -2324094 or 8554972. OLE color: 8554972.
HSL color Cylindrical-coordinate representation of color #DC8982: hue angle of 4.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8982 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 130 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.14 |
| HSL | 4.67º | 0.56% | 0.69% | - |
| HSV(B) | 4.67º | 0.41% | 0.86% | - |
| XYZ | 42.49 | 34.72 | 25.58 | - |
| YUV | 161.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 130 | 0 | 0.38 | 0.41 | 0.14 | 4.67 | 0.56 | 0.69 |
| Hex | DC | 89 | 82 | 0 | 26 | 29 | E | 5 | 38 | 45 |
| Octal | 334 | 211 | 202 | 0 | 46 | 51 | 16 | 5 | 70 | 105 |
| Binary | 11011100 | 10001001 | 10000010 | 0 | 100110 | 101001 | 1110 | 101 | 111000 | 1000101 |
Color Harmonies of #DC8982
Complementary color
Monochromatic Colors of #DC8982
Black with #DC8982
Text Example
Text Example
White with #DC8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8982; }
p { color: rgb(220,137,130); }
H1.HeaderClassName
{
color: #DC8982;
}
.AnyTagClassName
{
color: #DC8982;
}
</style>
background-color css
<style>
a { background-color: #DC8982; }
a { background-color: rgb(220,137,130); }
div.DivClassName
{
background-color: #DC8982;
}
.BgClassName
{
background-color: #DC8982;
}
</style>
border-color css
<style>
span { border-color: #DC8982; }
span { border-color: rgb(220,137,130); }
td.TdClassName
{
border-color: #DC8982;
}
.TagClassName
{
border-color: #DC8982;
}
</style>