Shades of My Pink #DF9082
Tints of My Pink #DF9082
RGB
CMYK
RGB Variations
Color information
#DF9082 (or 0xDF9082) is known color: My Pink. HEX triplet: DF, 90 and 82. RGB value is (223,144,130). Sum of RGB (Red+Green+Blue) = 223+144+130=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9082 is #206F7D. Grayscale: #A6A6A6. Windows color (decimal): -2125694 or 8556767. OLE color: 8556767.
HSL color Cylindrical-coordinate representation of color #DF9082: hue angle of 9.03º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF9082 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 130 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.13 |
| HSL | 9.03º | 0.59% | 0.69% | - |
| HSV(B) | 9.03º | 0.42% | 0.87% | - |
| XYZ | 44.43 | 37.25 | 25.97 | - |
| YUV | 166.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 130 | 0 | 0.35 | 0.42 | 0.13 | 9.03 | 0.59 | 0.69 |
| Hex | DF | 90 | 82 | 0 | 23 | 2A | D | 9 | 3B | 45 |
| Octal | 337 | 220 | 202 | 0 | 43 | 52 | 15 | 11 | 73 | 105 |
| Binary | 11011111 | 10010000 | 10000010 | 0 | 100011 | 101010 | 1101 | 1001 | 111011 | 1000101 |
Color Harmonies of #DF9082
Complementary color
Monochromatic Colors of #DF9082
Black with #DF9082
Text Example
Text Example
White with #DF9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9082; }
p { color: rgb(223,144,130); }
H1.HeaderClassName
{
color: #DF9082;
}
.AnyTagClassName
{
color: #DF9082;
}
</style>
background-color css
<style>
a { background-color: #DF9082; }
a { background-color: rgb(223,144,130); }
div.DivClassName
{
background-color: #DF9082;
}
.BgClassName
{
background-color: #DF9082;
}
</style>
border-color css
<style>
span { border-color: #DF9082; }
span { border-color: rgb(223,144,130); }
td.TdClassName
{
border-color: #DF9082;
}
.TagClassName
{
border-color: #DF9082;
}
</style>