Shades of My Pink #DD917E
Tints of My Pink #DD917E
RGB
CMYK
RGB Variations
Color information
#DD917E (or 0xDD917E) is known color: My Pink. HEX triplet: DD, 91 and 7E. RGB value is (221,145,126). Sum of RGB (Red+Green+Blue) = 221+145+126=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD917E is #226E81. Grayscale: #A5A5A5. Windows color (decimal): -2256514 or 8294877. OLE color: 8294877.
HSL color Cylindrical-coordinate representation of color #DD917E: hue angle of 12º degrees, saturation: 0.58, 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 #DD917E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 126 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.13 |
| HSL | 12º | 0.58% | 0.68% | - |
| HSV(B) | 12º | 0.43% | 0.87% | - |
| XYZ | 43.71 | 37.13 | 24.6 | - |
| YUV | 165.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 126 | 0 | 0.34 | 0.43 | 0.13 | 12 | 0.58 | 0.68 |
| Hex | DD | 91 | 7E | 0 | 22 | 2B | D | C | 3A | 44 |
| Octal | 335 | 221 | 176 | 0 | 42 | 53 | 15 | 14 | 72 | 104 |
| Binary | 11011101 | 10010001 | 1111110 | 0 | 100010 | 101011 | 1101 | 1100 | 111010 | 1000100 |
Color Harmonies of #DD917E
Complementary color
Monochromatic Colors of #DD917E
Black with #DD917E
Text Example
Text Example
White with #DD917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD917E; }
p { color: rgb(221,145,126); }
H1.HeaderClassName
{
color: #DD917E;
}
.AnyTagClassName
{
color: #DD917E;
}
</style>
background-color css
<style>
a { background-color: #DD917E; }
a { background-color: rgb(221,145,126); }
div.DivClassName
{
background-color: #DD917E;
}
.BgClassName
{
background-color: #DD917E;
}
</style>
border-color css
<style>
span { border-color: #DD917E; }
span { border-color: rgb(221,145,126); }
td.TdClassName
{
border-color: #DD917E;
}
.TagClassName
{
border-color: #DD917E;
}
</style>