Shades of My Pink #DC9482
Tints of My Pink #DC9482
RGB
CMYK
RGB Variations
Color information
#DC9482 (or 0xDC9482) is known color: My Pink. HEX triplet: DC, 94 and 82. RGB value is (220,148,130). Sum of RGB (Red+Green+Blue) = 220+148+130=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9482 is #236B7D. Grayscale: #A7A7A7. Windows color (decimal): -2321278 or 8557788. OLE color: 8557788.
HSL color Cylindrical-coordinate representation of color #DC9482: hue angle of 12º 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 #DC9482 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 130 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.14 |
| HSL | 12º | 0.56% | 0.69% | - |
| HSV(B) | 12º | 0.41% | 0.86% | - |
| XYZ | 44.13 | 38.01 | 26.13 | - |
| YUV | 167.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 130 | 0 | 0.33 | 0.41 | 0.14 | 12 | 0.56 | 0.69 |
| Hex | DC | 94 | 82 | 0 | 21 | 29 | E | C | 38 | 45 |
| Octal | 334 | 224 | 202 | 0 | 41 | 51 | 16 | 14 | 70 | 105 |
| Binary | 11011100 | 10010100 | 10000010 | 0 | 100001 | 101001 | 1110 | 1100 | 111000 | 1000101 |
Color Harmonies of #DC9482
Complementary color
Monochromatic Colors of #DC9482
Black with #DC9482
Text Example
Text Example
White with #DC9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9482; }
p { color: rgb(220,148,130); }
H1.HeaderClassName
{
color: #DC9482;
}
.AnyTagClassName
{
color: #DC9482;
}
</style>
background-color css
<style>
a { background-color: #DC9482; }
a { background-color: rgb(220,148,130); }
div.DivClassName
{
background-color: #DC9482;
}
.BgClassName
{
background-color: #DC9482;
}
</style>
border-color css
<style>
span { border-color: #DC9482; }
span { border-color: rgb(220,148,130); }
td.TdClassName
{
border-color: #DC9482;
}
.TagClassName
{
border-color: #DC9482;
}
</style>