Shades of My Pink #DF8A85
Tints of My Pink #DF8A85
RGB
CMYK
RGB Variations
Color information
#DF8A85 (or 0xDF8A85) is known color: My Pink. HEX triplet: DF, 8A and 85. RGB value is (223,138,133). Sum of RGB (Red+Green+Blue) = 223+138+133=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A85 is #20757A. Grayscale: #A2A2A2. Windows color (decimal): -2127227 or 8751839. OLE color: 8751839.
HSL color Cylindrical-coordinate representation of color #DF8A85: hue angle of 3.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8A85 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 133 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.13 |
| HSL | 3.33º | 0.58% | 0.7% | - |
| HSV(B) | 3.33º | 0.4% | 0.87% | - |
| XYZ | 43.75 | 35.56 | 26.75 | - |
| YUV | 162.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 133 | 0 | 0.38 | 0.40 | 0.13 | 3.33 | 0.58 | 0.7 |
| Hex | DF | 8A | 85 | 0 | 26 | 28 | D | 3 | 3A | 46 |
| Octal | 337 | 212 | 205 | 0 | 46 | 50 | 15 | 3 | 72 | 106 |
| Binary | 11011111 | 10001010 | 10000101 | 0 | 100110 | 101000 | 1101 | 11 | 111010 | 1000110 |
Color Harmonies of #DF8A85
Complementary color
Monochromatic Colors of #DF8A85
Black with #DF8A85
Text Example
Text Example
White with #DF8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A85; }
p { color: rgb(223,138,133); }
H1.HeaderClassName
{
color: #DF8A85;
}
.AnyTagClassName
{
color: #DF8A85;
}
</style>
background-color css
<style>
a { background-color: #DF8A85; }
a { background-color: rgb(223,138,133); }
div.DivClassName
{
background-color: #DF8A85;
}
.BgClassName
{
background-color: #DF8A85;
}
</style>
border-color css
<style>
span { border-color: #DF8A85; }
span { border-color: rgb(223,138,133); }
td.TdClassName
{
border-color: #DF8A85;
}
.TagClassName
{
border-color: #DF8A85;
}
</style>