Shades of My Pink #D9917D
Tints of My Pink #D9917D
RGB
CMYK
RGB Variations
Color information
#D9917D (or 0xD9917D) is known color: My Pink. HEX triplet: D9, 91 and 7D. RGB value is (217,145,125). Sum of RGB (Red+Green+Blue) = 217+145+125=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9917D is #266E82. Grayscale: #A4A4A4. Windows color (decimal): -2518659 or 8229337. OLE color: 8229337.
HSL color Cylindrical-coordinate representation of color #D9917D: hue angle of 13.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9917D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 125 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.15 |
| HSL | 13.04º | 0.55% | 0.67% | - |
| HSV(B) | 13.04º | 0.42% | 0.85% | - |
| XYZ | 42.44 | 36.48 | 24.21 | - |
| YUV | 164.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 125 | 0 | 0.33 | 0.42 | 0.15 | 13.04 | 0.55 | 0.67 |
| Hex | D9 | 91 | 7D | 0 | 21 | 2A | F | D | 37 | 43 |
| Octal | 331 | 221 | 175 | 0 | 41 | 52 | 17 | 15 | 67 | 103 |
| Binary | 11011001 | 10010001 | 1111101 | 0 | 100001 | 101010 | 1111 | 1101 | 110111 | 1000011 |
Color Harmonies of #D9917D
Complementary color
Monochromatic Colors of #D9917D
Black with #D9917D
Text Example
Text Example
White with #D9917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9917D; }
p { color: rgb(217,145,125); }
H1.HeaderClassName
{
color: #D9917D;
}
.AnyTagClassName
{
color: #D9917D;
}
</style>
background-color css
<style>
a { background-color: #D9917D; }
a { background-color: rgb(217,145,125); }
div.DivClassName
{
background-color: #D9917D;
}
.BgClassName
{
background-color: #D9917D;
}
</style>
border-color css
<style>
span { border-color: #D9917D; }
span { border-color: rgb(217,145,125); }
td.TdClassName
{
border-color: #D9917D;
}
.TagClassName
{
border-color: #D9917D;
}
</style>