Shades of My Pink #D09287
Tints of My Pink #D09287
RGB
CMYK
RGB Variations
Color information
#D09287 (or 0xD09287) is known color: My Pink. HEX triplet: D0, 92 and 87. RGB value is (208,146,135). Sum of RGB (Red+Green+Blue) = 208+146+135=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09287 is #2F6D78. Grayscale: #A3A3A3. Windows color (decimal): -3108217 or 8884944. OLE color: 8884944.
HSL color Cylindrical-coordinate representation of color #D09287: hue angle of 9.04º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09287 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 135 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.18 |
| HSL | 9.04º | 0.44% | 0.67% | - |
| HSV(B) | 9.04º | 0.35% | 0.82% | - |
| XYZ | 40.66 | 35.72 | 27.67 | - |
| YUV | 163.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 135 | 0 | 0.30 | 0.35 | 0.18 | 9.04 | 0.44 | 0.67 |
| Hex | D0 | 92 | 87 | 0 | 1E | 23 | 12 | 9 | 2C | 43 |
| Octal | 320 | 222 | 207 | 0 | 36 | 43 | 22 | 11 | 54 | 103 |
| Binary | 11010000 | 10010010 | 10000111 | 0 | 11110 | 100011 | 10010 | 1001 | 101100 | 1000011 |
Color Harmonies of #D09287
Complementary color
Monochromatic Colors of #D09287
Black with #D09287
Text Example
Text Example
White with #D09287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09287; }
p { color: rgb(208,146,135); }
H1.HeaderClassName
{
color: #D09287;
}
.AnyTagClassName
{
color: #D09287;
}
</style>
background-color css
<style>
a { background-color: #D09287; }
a { background-color: rgb(208,146,135); }
div.DivClassName
{
background-color: #D09287;
}
.BgClassName
{
background-color: #D09287;
}
</style>
border-color css
<style>
span { border-color: #D09287; }
span { border-color: rgb(208,146,135); }
td.TdClassName
{
border-color: #D09287;
}
.TagClassName
{
border-color: #D09287;
}
</style>