Shades of My Pink #D99581
Tints of My Pink #D99581
RGB
CMYK
RGB Variations
Color information
#D99581 (or 0xD99581) is known color: My Pink. HEX triplet: D9, 95 and 81. RGB value is (217,149,129). Sum of RGB (Red+Green+Blue) = 217+149+129=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D99581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99581 is #266A7E. Grayscale: #A7A7A7. Windows color (decimal): -2517631 or 8492505. OLE color: 8492505.
HSL color Cylindrical-coordinate representation of color #D99581: hue angle of 13.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D99581 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 129 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.15 |
| HSL | 13.64º | 0.54% | 0.68% | - |
| HSV(B) | 13.64º | 0.41% | 0.85% | - |
| XYZ | 43.33 | 37.83 | 25.79 | - |
| YUV | 167.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 129 | 0 | 0.31 | 0.41 | 0.15 | 13.64 | 0.54 | 0.68 |
| Hex | D9 | 95 | 81 | 0 | 1F | 29 | F | E | 36 | 44 |
| Octal | 331 | 225 | 201 | 0 | 37 | 51 | 17 | 16 | 66 | 104 |
| Binary | 11011001 | 10010101 | 10000001 | 0 | 11111 | 101001 | 1111 | 1110 | 110110 | 1000100 |
Color Harmonies of #D99581
Complementary color
Monochromatic Colors of #D99581
Black with #D99581
Text Example
Text Example
White with #D99581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99581; }
p { color: rgb(217,149,129); }
H1.HeaderClassName
{
color: #D99581;
}
.AnyTagClassName
{
color: #D99581;
}
</style>
background-color css
<style>
a { background-color: #D99581; }
a { background-color: rgb(217,149,129); }
div.DivClassName
{
background-color: #D99581;
}
.BgClassName
{
background-color: #D99581;
}
</style>
border-color css
<style>
span { border-color: #D99581; }
span { border-color: rgb(217,149,129); }
td.TdClassName
{
border-color: #D99581;
}
.TagClassName
{
border-color: #D99581;
}
</style>