Shades of My Pink #DF917E
Tints of My Pink #DF917E
RGB
CMYK
RGB Variations
Color information
#DF917E (or 0xDF917E) is known color: My Pink. HEX triplet: DF, 91 and 7E. RGB value is (223,145,126). Sum of RGB (Red+Green+Blue) = 223+145+126=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF917E is #206E81. Grayscale: #A6A6A6. Windows color (decimal): -2125442 or 8294879. OLE color: 8294879.
HSL color Cylindrical-coordinate representation of color #DF917E: hue angle of 11.75º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF917E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 126 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 11.75º | 0.6% | 0.68% | - |
| HSV(B) | 11.75º | 0.43% | 0.87% | - |
| XYZ | 44.32 | 37.45 | 24.63 | - |
| YUV | 166.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 126 | 0 | 0.35 | 0.43 | 0.13 | 11.75 | 0.6 | 0.68 |
| Hex | DF | 91 | 7E | 0 | 23 | 2B | D | C | 3C | 44 |
| Octal | 337 | 221 | 176 | 0 | 43 | 53 | 15 | 14 | 74 | 104 |
| Binary | 11011111 | 10010001 | 1111110 | 0 | 100011 | 101011 | 1101 | 1100 | 111100 | 1000100 |
Color Harmonies of #DF917E
Complementary color
Monochromatic Colors of #DF917E
Black with #DF917E
Text Example
Text Example
White with #DF917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF917E; }
p { color: rgb(223,145,126); }
H1.HeaderClassName
{
color: #DF917E;
}
.AnyTagClassName
{
color: #DF917E;
}
</style>
background-color css
<style>
a { background-color: #DF917E; }
a { background-color: rgb(223,145,126); }
div.DivClassName
{
background-color: #DF917E;
}
.BgClassName
{
background-color: #DF917E;
}
</style>
border-color css
<style>
span { border-color: #DF917E; }
span { border-color: rgb(223,145,126); }
td.TdClassName
{
border-color: #DF917E;
}
.TagClassName
{
border-color: #DF917E;
}
</style>