Shades of My Pink #D09182
Tints of My Pink #D09182
RGB
CMYK
RGB Variations
Color information
#D09182 (or 0xD09182) is known color: My Pink. HEX triplet: D0, 91 and 82. RGB value is (208,145,130). Sum of RGB (Red+Green+Blue) = 208+145+130=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D09182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09182 is #2F6E7D. Grayscale: #A2A2A2. Windows color (decimal): -3108478 or 8557008. OLE color: 8557008.
HSL color Cylindrical-coordinate representation of color #D09182: hue angle of 11.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09182 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 130 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.18 |
| HSL | 11.54º | 0.45% | 0.66% | - |
| HSV(B) | 11.54º | 0.38% | 0.82% | - |
| XYZ | 40.17 | 35.27 | 25.81 | - |
| YUV | 162.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 130 | 0 | 0.30 | 0.38 | 0.18 | 11.54 | 0.45 | 0.66 |
| Hex | D0 | 91 | 82 | 0 | 1E | 26 | 12 | C | 2D | 42 |
| Octal | 320 | 221 | 202 | 0 | 36 | 46 | 22 | 14 | 55 | 102 |
| Binary | 11010000 | 10010001 | 10000010 | 0 | 11110 | 100110 | 10010 | 1100 | 101101 | 1000010 |
Color Harmonies of #D09182
Complementary color
Monochromatic Colors of #D09182
Black with #D09182
Text Example
Text Example
White with #D09182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09182; }
p { color: rgb(208,145,130); }
H1.HeaderClassName
{
color: #D09182;
}
.AnyTagClassName
{
color: #D09182;
}
</style>
background-color css
<style>
a { background-color: #D09182; }
a { background-color: rgb(208,145,130); }
div.DivClassName
{
background-color: #D09182;
}
.BgClassName
{
background-color: #D09182;
}
</style>
border-color css
<style>
span { border-color: #D09182; }
span { border-color: rgb(208,145,130); }
td.TdClassName
{
border-color: #D09182;
}
.TagClassName
{
border-color: #D09182;
}
</style>