Shades of My Pink #DC9082
Tints of My Pink #DC9082
RGB
CMYK
RGB Variations
Color information
#DC9082 (or 0xDC9082) is known color: My Pink. HEX triplet: DC, 90 and 82. RGB value is (220,144,130). Sum of RGB (Red+Green+Blue) = 220+144+130=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9082 is #236F7D. Grayscale: #A5A5A5. Windows color (decimal): -2322302 or 8556764. OLE color: 8556764.
HSL color Cylindrical-coordinate representation of color #DC9082: hue angle of 9.33º 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 #DC9082 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 130 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.14 |
| HSL | 9.33º | 0.56% | 0.69% | - |
| HSV(B) | 9.33º | 0.41% | 0.86% | - |
| XYZ | 43.52 | 36.77 | 25.92 | - |
| YUV | 165.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 130 | 0 | 0.35 | 0.41 | 0.14 | 9.33 | 0.56 | 0.69 |
| Hex | DC | 90 | 82 | 0 | 23 | 29 | E | 9 | 38 | 45 |
| Octal | 334 | 220 | 202 | 0 | 43 | 51 | 16 | 11 | 70 | 105 |
| Binary | 11011100 | 10010000 | 10000010 | 0 | 100011 | 101001 | 1110 | 1001 | 111000 | 1000101 |
Color Harmonies of #DC9082
Complementary color
Monochromatic Colors of #DC9082
Black with #DC9082
Text Example
Text Example
White with #DC9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9082; }
p { color: rgb(220,144,130); }
H1.HeaderClassName
{
color: #DC9082;
}
.AnyTagClassName
{
color: #DC9082;
}
</style>
background-color css
<style>
a { background-color: #DC9082; }
a { background-color: rgb(220,144,130); }
div.DivClassName
{
background-color: #DC9082;
}
.BgClassName
{
background-color: #DC9082;
}
</style>
border-color css
<style>
span { border-color: #DC9082; }
span { border-color: rgb(220,144,130); }
td.TdClassName
{
border-color: #DC9082;
}
.TagClassName
{
border-color: #DC9082;
}
</style>