Shades of My Pink #DF9385
Tints of My Pink #DF9385
RGB
CMYK
RGB Variations
Color information
#DF9385 (or 0xDF9385) is known color: My Pink. HEX triplet: DF, 93 and 85. RGB value is (223,147,133). Sum of RGB (Red+Green+Blue) = 223+147+133=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9385 is #206C7A. Grayscale: #A8A8A8. Windows color (decimal): -2124923 or 8754143. OLE color: 8754143.
HSL color Cylindrical-coordinate representation of color #DF9385: hue angle of 9.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 #DF9385 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 133 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.13 |
| HSL | 9.33º | 0.58% | 0.7% | - |
| HSV(B) | 9.33º | 0.4% | 0.87% | - |
| XYZ | 45.1 | 38.25 | 27.2 | - |
| YUV | 168.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 133 | 0 | 0.34 | 0.40 | 0.13 | 9.33 | 0.58 | 0.7 |
| Hex | DF | 93 | 85 | 0 | 22 | 28 | D | 9 | 3A | 46 |
| Octal | 337 | 223 | 205 | 0 | 42 | 50 | 15 | 11 | 72 | 106 |
| Binary | 11011111 | 10010011 | 10000101 | 0 | 100010 | 101000 | 1101 | 1001 | 111010 | 1000110 |
Color Harmonies of #DF9385
Complementary color
Monochromatic Colors of #DF9385
Black with #DF9385
Text Example
Text Example
White with #DF9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9385; }
p { color: rgb(223,147,133); }
H1.HeaderClassName
{
color: #DF9385;
}
.AnyTagClassName
{
color: #DF9385;
}
</style>
background-color css
<style>
a { background-color: #DF9385; }
a { background-color: rgb(223,147,133); }
div.DivClassName
{
background-color: #DF9385;
}
.BgClassName
{
background-color: #DF9385;
}
</style>
border-color css
<style>
span { border-color: #DF9385; }
span { border-color: rgb(223,147,133); }
td.TdClassName
{
border-color: #DF9385;
}
.TagClassName
{
border-color: #DF9385;
}
</style>