Shades of My Pink #D99485
Tints of My Pink #D99485
RGB
CMYK
RGB Variations
Color information
#D99485 (or 0xD99485) is known color: My Pink. HEX triplet: D9, 94 and 85. RGB value is (217,148,133). Sum of RGB (Red+Green+Blue) = 217+148+133=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D99485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99485 is #266B7A. Grayscale: #A7A7A7. Windows color (decimal): -2517883 or 8754393. OLE color: 8754393.
HSL color Cylindrical-coordinate representation of color #D99485: hue angle of 10.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D99485 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 133 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.15 |
| HSL | 10.71º | 0.53% | 0.69% | - |
| HSV(B) | 10.71º | 0.39% | 0.85% | - |
| XYZ | 43.44 | 37.62 | 27.16 | - |
| YUV | 166.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 133 | 0 | 0.32 | 0.39 | 0.15 | 10.71 | 0.53 | 0.69 |
| Hex | D9 | 94 | 85 | 0 | 20 | 27 | F | B | 34 | 45 |
| Octal | 331 | 224 | 205 | 0 | 40 | 47 | 17 | 13 | 64 | 105 |
| Binary | 11011001 | 10010100 | 10000101 | 0 | 100000 | 100111 | 1111 | 1011 | 110100 | 1000101 |
Color Harmonies of #D99485
Complementary color
Monochromatic Colors of #D99485
Black with #D99485
Text Example
Text Example
White with #D99485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99485; }
p { color: rgb(217,148,133); }
H1.HeaderClassName
{
color: #D99485;
}
.AnyTagClassName
{
color: #D99485;
}
</style>
background-color css
<style>
a { background-color: #D99485; }
a { background-color: rgb(217,148,133); }
div.DivClassName
{
background-color: #D99485;
}
.BgClassName
{
background-color: #D99485;
}
</style>
border-color css
<style>
span { border-color: #D99485; }
span { border-color: rgb(217,148,133); }
td.TdClassName
{
border-color: #D99485;
}
.TagClassName
{
border-color: #D99485;
}
</style>