Shades of My Pink #D09485
Tints of My Pink #D09485
RGB
CMYK
RGB Variations
Color information
#D09485 (or 0xD09485) is known color: My Pink. HEX triplet: D0, 94 and 85. RGB value is (208,148,133). Sum of RGB (Red+Green+Blue) = 208+148+133=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09485 is #2F6B7A. Grayscale: #A4A4A4. Windows color (decimal): -3107707 or 8754384. OLE color: 8754384.
HSL color Cylindrical-coordinate representation of color #D09485: hue angle of 12º 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 #D09485 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 133 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.18 |
| HSL | 12º | 0.44% | 0.67% | - |
| HSV(B) | 12º | 0.36% | 0.82% | - |
| XYZ | 40.84 | 36.28 | 27.04 | - |
| YUV | 164.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 133 | 0 | 0.29 | 0.36 | 0.18 | 12 | 0.44 | 0.67 |
| Hex | D0 | 94 | 85 | 0 | 1D | 24 | 12 | C | 2C | 43 |
| Octal | 320 | 224 | 205 | 0 | 35 | 44 | 22 | 14 | 54 | 103 |
| Binary | 11010000 | 10010100 | 10000101 | 0 | 11101 | 100100 | 10010 | 1100 | 101100 | 1000011 |
Color Harmonies of #D09485
Complementary color
Monochromatic Colors of #D09485
Black with #D09485
Text Example
Text Example
White with #D09485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09485; }
p { color: rgb(208,148,133); }
H1.HeaderClassName
{
color: #D09485;
}
.AnyTagClassName
{
color: #D09485;
}
</style>
background-color css
<style>
a { background-color: #D09485; }
a { background-color: rgb(208,148,133); }
div.DivClassName
{
background-color: #D09485;
}
.BgClassName
{
background-color: #D09485;
}
</style>
border-color css
<style>
span { border-color: #D09485; }
span { border-color: rgb(208,148,133); }
td.TdClassName
{
border-color: #D09485;
}
.TagClassName
{
border-color: #D09485;
}
</style>