Shades of My Pink #DF907E
Tints of My Pink #DF907E
RGB
CMYK
RGB Variations
Color information
#DF907E (or 0xDF907E) is known color: My Pink. HEX triplet: DF, 90 and 7E. RGB value is (223,144,126). Sum of RGB (Red+Green+Blue) = 223+144+126=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF907E is #206F81. Grayscale: #A5A5A5. Windows color (decimal): -2125698 or 8294623. OLE color: 8294623.
HSL color Cylindrical-coordinate representation of color #DF907E: hue angle of 11.13º 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 #DF907E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 126 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 11.13º | 0.6% | 0.68% | - |
| HSV(B) | 11.13º | 0.43% | 0.87% | - |
| XYZ | 44.17 | 37.14 | 24.58 | - |
| YUV | 165.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 126 | 0 | 0.35 | 0.43 | 0.13 | 11.13 | 0.6 | 0.68 |
| Hex | DF | 90 | 7E | 0 | 23 | 2B | D | B | 3C | 44 |
| Octal | 337 | 220 | 176 | 0 | 43 | 53 | 15 | 13 | 74 | 104 |
| Binary | 11011111 | 10010000 | 1111110 | 0 | 100011 | 101011 | 1101 | 1011 | 111100 | 1000100 |
Color Harmonies of #DF907E
Complementary color
Monochromatic Colors of #DF907E
Black with #DF907E
Text Example
Text Example
White with #DF907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF907E; }
p { color: rgb(223,144,126); }
H1.HeaderClassName
{
color: #DF907E;
}
.AnyTagClassName
{
color: #DF907E;
}
</style>
background-color css
<style>
a { background-color: #DF907E; }
a { background-color: rgb(223,144,126); }
div.DivClassName
{
background-color: #DF907E;
}
.BgClassName
{
background-color: #DF907E;
}
</style>
border-color css
<style>
span { border-color: #DF907E; }
span { border-color: rgb(223,144,126); }
td.TdClassName
{
border-color: #DF907E;
}
.TagClassName
{
border-color: #DF907E;
}
</style>