Shades of My Pink #DF9384
Tints of My Pink #DF9384
RGB
CMYK
RGB Variations
Color information
#DF9384 (or 0xDF9384) is known color: My Pink. HEX triplet: DF, 93 and 84. RGB value is (223,147,132). Sum of RGB (Red+Green+Blue) = 223+147+132=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9384 is #206C7B. Grayscale: #A8A8A8. Windows color (decimal): -2124924 or 8688607. OLE color: 8688607.
HSL color Cylindrical-coordinate representation of color #DF9384: hue angle of 9.89º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF9384 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 132 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.13 |
| HSL | 9.89º | 0.59% | 0.7% | - |
| HSV(B) | 9.89º | 0.41% | 0.87% | - |
| XYZ | 45.03 | 38.22 | 26.83 | - |
| YUV | 168.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 132 | 0 | 0.34 | 0.41 | 0.13 | 9.89 | 0.59 | 0.7 |
| Hex | DF | 93 | 84 | 0 | 22 | 29 | D | A | 3B | 46 |
| Octal | 337 | 223 | 204 | 0 | 42 | 51 | 15 | 12 | 73 | 106 |
| Binary | 11011111 | 10010011 | 10000100 | 0 | 100010 | 101001 | 1101 | 1010 | 111011 | 1000110 |
Color Harmonies of #DF9384
Complementary color
Monochromatic Colors of #DF9384
Black with #DF9384
Text Example
Text Example
White with #DF9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9384; }
p { color: rgb(223,147,132); }
H1.HeaderClassName
{
color: #DF9384;
}
.AnyTagClassName
{
color: #DF9384;
}
</style>
background-color css
<style>
a { background-color: #DF9384; }
a { background-color: rgb(223,147,132); }
div.DivClassName
{
background-color: #DF9384;
}
.BgClassName
{
background-color: #DF9384;
}
</style>
border-color css
<style>
span { border-color: #DF9384; }
span { border-color: rgb(223,147,132); }
td.TdClassName
{
border-color: #DF9384;
}
.TagClassName
{
border-color: #DF9384;
}
</style>