Shades of My Pink #D09085
Tints of My Pink #D09085
RGB
CMYK
RGB Variations
Color information
#D09085 (or 0xD09085) is known color: My Pink. HEX triplet: D0, 90 and 85. RGB value is (208,144,133). Sum of RGB (Red+Green+Blue) = 208+144+133=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D09085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09085 is #2F6F7A. Grayscale: #A1A1A1. Windows color (decimal): -3108731 or 8753360. OLE color: 8753360.
HSL color Cylindrical-coordinate representation of color #D09085: hue angle of 8.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09085 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 133 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.18 |
| HSL | 8.8º | 0.44% | 0.67% | - |
| HSV(B) | 8.8º | 0.36% | 0.82% | - |
| XYZ | 40.22 | 35.05 | 26.84 | - |
| YUV | 161.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 133 | 0 | 0.31 | 0.36 | 0.18 | 8.8 | 0.44 | 0.67 |
| Hex | D0 | 90 | 85 | 0 | 1F | 24 | 12 | 9 | 2C | 43 |
| Octal | 320 | 220 | 205 | 0 | 37 | 44 | 22 | 11 | 54 | 103 |
| Binary | 11010000 | 10010000 | 10000101 | 0 | 11111 | 100100 | 10010 | 1001 | 101100 | 1000011 |
Color Harmonies of #D09085
Complementary color
Monochromatic Colors of #D09085
Black with #D09085
Text Example
Text Example
White with #D09085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09085; }
p { color: rgb(208,144,133); }
H1.HeaderClassName
{
color: #D09085;
}
.AnyTagClassName
{
color: #D09085;
}
</style>
background-color css
<style>
a { background-color: #D09085; }
a { background-color: rgb(208,144,133); }
div.DivClassName
{
background-color: #D09085;
}
.BgClassName
{
background-color: #D09085;
}
</style>
border-color css
<style>
span { border-color: #D09085; }
span { border-color: rgb(208,144,133); }
td.TdClassName
{
border-color: #D09085;
}
.TagClassName
{
border-color: #D09085;
}
</style>