Shades of My Pink #DF9280
Tints of My Pink #DF9280
RGB
CMYK
RGB Variations
Color information
#DF9280 (or 0xDF9280) is known color: My Pink. HEX triplet: DF, 92 and 80. RGB value is (223,146,128). Sum of RGB (Red+Green+Blue) = 223+146+128=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9280 is #206D7F. Grayscale: #A7A7A7. Windows color (decimal): -2125184 or 8426207. OLE color: 8426207.
HSL color Cylindrical-coordinate representation of color #DF9280: hue angle of 11.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF9280 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 128 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 11.37º | 0.6% | 0.69% | - |
| HSV(B) | 11.37º | 0.43% | 0.87% | - |
| XYZ | 44.61 | 37.8 | 25.37 | - |
| YUV | 166.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 128 | 0 | 0.35 | 0.43 | 0.13 | 11.37 | 0.6 | 0.69 |
| Hex | DF | 92 | 80 | 0 | 23 | 2B | D | B | 3C | 45 |
| Octal | 337 | 222 | 200 | 0 | 43 | 53 | 15 | 13 | 74 | 105 |
| Binary | 11011111 | 10010010 | 10000000 | 0 | 100011 | 101011 | 1101 | 1011 | 111100 | 1000101 |
Color Harmonies of #DF9280
Complementary color
Monochromatic Colors of #DF9280
Black with #DF9280
Text Example
Text Example
White with #DF9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9280; }
p { color: rgb(223,146,128); }
H1.HeaderClassName
{
color: #DF9280;
}
.AnyTagClassName
{
color: #DF9280;
}
</style>
background-color css
<style>
a { background-color: #DF9280; }
a { background-color: rgb(223,146,128); }
div.DivClassName
{
background-color: #DF9280;
}
.BgClassName
{
background-color: #DF9280;
}
</style>
border-color css
<style>
span { border-color: #DF9280; }
span { border-color: rgb(223,146,128); }
td.TdClassName
{
border-color: #DF9280;
}
.TagClassName
{
border-color: #DF9280;
}
</style>