Shades of My Pink #D09286
Tints of My Pink #D09286
RGB
CMYK
RGB Variations
Color information
#D09286 (or 0xD09286) is known color: My Pink. HEX triplet: D0, 92 and 86. RGB value is (208,146,134). Sum of RGB (Red+Green+Blue) = 208+146+134=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09286 is #2F6D79. Grayscale: #A3A3A3. Windows color (decimal): -3108218 or 8819408. OLE color: 8819408.
HSL color Cylindrical-coordinate representation of color #D09286: hue angle of 9.73º 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 #D09286 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 134 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.18 |
| HSL | 9.73º | 0.44% | 0.67% | - |
| HSV(B) | 9.73º | 0.36% | 0.82% | - |
| XYZ | 40.59 | 35.69 | 27.3 | - |
| YUV | 163.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 134 | 0 | 0.30 | 0.36 | 0.18 | 9.73 | 0.44 | 0.67 |
| Hex | D0 | 92 | 86 | 0 | 1E | 24 | 12 | A | 2C | 43 |
| Octal | 320 | 222 | 206 | 0 | 36 | 44 | 22 | 12 | 54 | 103 |
| Binary | 11010000 | 10010010 | 10000110 | 0 | 11110 | 100100 | 10010 | 1010 | 101100 | 1000011 |
Color Harmonies of #D09286
Complementary color
Monochromatic Colors of #D09286
Black with #D09286
Text Example
Text Example
White with #D09286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09286; }
p { color: rgb(208,146,134); }
H1.HeaderClassName
{
color: #D09286;
}
.AnyTagClassName
{
color: #D09286;
}
</style>
background-color css
<style>
a { background-color: #D09286; }
a { background-color: rgb(208,146,134); }
div.DivClassName
{
background-color: #D09286;
}
.BgClassName
{
background-color: #D09286;
}
</style>
border-color css
<style>
span { border-color: #D09286; }
span { border-color: rgb(208,146,134); }
td.TdClassName
{
border-color: #D09286;
}
.TagClassName
{
border-color: #D09286;
}
</style>