Shades of My Pink #DD917D
Tints of My Pink #DD917D
RGB
CMYK
RGB Variations
Color information
#DD917D (or 0xDD917D) is known color: My Pink. HEX triplet: DD, 91 and 7D. RGB value is (221,145,125). Sum of RGB (Red+Green+Blue) = 221+145+125=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD917D is #226E82. Grayscale: #A5A5A5. Windows color (decimal): -2256515 or 8229341. OLE color: 8229341.
HSL color Cylindrical-coordinate representation of color #DD917D: hue angle of 12.5º degrees, saturation: 0.59, 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 #DD917D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 125 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.13 |
| HSL | 12.5º | 0.59% | 0.68% | - |
| HSV(B) | 12.5º | 0.43% | 0.87% | - |
| XYZ | 43.65 | 37.1 | 24.26 | - |
| YUV | 165.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 125 | 0 | 0.34 | 0.43 | 0.13 | 12.5 | 0.59 | 0.68 |
| Hex | DD | 91 | 7D | 0 | 22 | 2B | D | C | 3B | 44 |
| Octal | 335 | 221 | 175 | 0 | 42 | 53 | 15 | 14 | 73 | 104 |
| Binary | 11011101 | 10010001 | 1111101 | 0 | 100010 | 101011 | 1101 | 1100 | 111011 | 1000100 |
Color Harmonies of #DD917D
Complementary color
Monochromatic Colors of #DD917D
Black with #DD917D
Text Example
Text Example
White with #DD917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD917D; }
p { color: rgb(221,145,125); }
H1.HeaderClassName
{
color: #DD917D;
}
.AnyTagClassName
{
color: #DD917D;
}
</style>
background-color css
<style>
a { background-color: #DD917D; }
a { background-color: rgb(221,145,125); }
div.DivClassName
{
background-color: #DD917D;
}
.BgClassName
{
background-color: #DD917D;
}
</style>
border-color css
<style>
span { border-color: #DD917D; }
span { border-color: rgb(221,145,125); }
td.TdClassName
{
border-color: #DD917D;
}
.TagClassName
{
border-color: #DD917D;
}
</style>