Shades of My Pink #DF9383
Tints of My Pink #DF9383
RGB
CMYK
RGB Variations
Color information
#DF9383 (or 0xDF9383) is known color: My Pink. HEX triplet: DF, 93 and 83. RGB value is (223,147,131). Sum of RGB (Red+Green+Blue) = 223+147+131=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9383 is #206C7C. Grayscale: #A8A8A8. Windows color (decimal): -2124925 or 8623071. OLE color: 8623071.
HSL color Cylindrical-coordinate representation of color #DF9383: hue angle of 10.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF9383 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 131 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.13 |
| HSL | 10.43º | 0.59% | 0.69% | - |
| HSV(B) | 10.43º | 0.41% | 0.87% | - |
| XYZ | 44.96 | 38.19 | 26.48 | - |
| YUV | 167.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 131 | 0 | 0.34 | 0.41 | 0.13 | 10.43 | 0.59 | 0.69 |
| Hex | DF | 93 | 83 | 0 | 22 | 29 | D | A | 3B | 45 |
| Octal | 337 | 223 | 203 | 0 | 42 | 51 | 15 | 12 | 73 | 105 |
| Binary | 11011111 | 10010011 | 10000011 | 0 | 100010 | 101001 | 1101 | 1010 | 111011 | 1000101 |
Color Harmonies of #DF9383
Complementary color
Monochromatic Colors of #DF9383
Black with #DF9383
Text Example
Text Example
White with #DF9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9383; }
p { color: rgb(223,147,131); }
H1.HeaderClassName
{
color: #DF9383;
}
.AnyTagClassName
{
color: #DF9383;
}
</style>
background-color css
<style>
a { background-color: #DF9383; }
a { background-color: rgb(223,147,131); }
div.DivClassName
{
background-color: #DF9383;
}
.BgClassName
{
background-color: #DF9383;
}
</style>
border-color css
<style>
span { border-color: #DF9383; }
span { border-color: rgb(223,147,131); }
td.TdClassName
{
border-color: #DF9383;
}
.TagClassName
{
border-color: #DF9383;
}
</style>