Shades of My Pink #D29182
Tints of My Pink #D29182
RGB
CMYK
RGB Variations
Color information
#D29182 (or 0xD29182) is known color: My Pink. HEX triplet: D2, 91 and 82. RGB value is (210,145,130). Sum of RGB (Red+Green+Blue) = 210+145+130=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D29182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29182 is #2D6E7D. Grayscale: #A2A2A2. Windows color (decimal): -2977406 or 8557010. OLE color: 8557010.
HSL color Cylindrical-coordinate representation of color #D29182: hue angle of 11.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29182 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 130 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.18 |
| HSL | 11.25º | 0.47% | 0.67% | - |
| HSV(B) | 11.25º | 0.38% | 0.82% | - |
| XYZ | 40.73 | 35.56 | 25.84 | - |
| YUV | 162.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 130 | 0 | 0.31 | 0.38 | 0.18 | 11.25 | 0.47 | 0.67 |
| Hex | D2 | 91 | 82 | 0 | 1F | 26 | 12 | B | 2F | 43 |
| Octal | 322 | 221 | 202 | 0 | 37 | 46 | 22 | 13 | 57 | 103 |
| Binary | 11010010 | 10010001 | 10000010 | 0 | 11111 | 100110 | 10010 | 1011 | 101111 | 1000011 |
Color Harmonies of #D29182
Complementary color
Monochromatic Colors of #D29182
Black with #D29182
Text Example
Text Example
White with #D29182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29182; }
p { color: rgb(210,145,130); }
H1.HeaderClassName
{
color: #D29182;
}
.AnyTagClassName
{
color: #D29182;
}
</style>
background-color css
<style>
a { background-color: #D29182; }
a { background-color: rgb(210,145,130); }
div.DivClassName
{
background-color: #D29182;
}
.BgClassName
{
background-color: #D29182;
}
</style>
border-color css
<style>
span { border-color: #D29182; }
span { border-color: rgb(210,145,130); }
td.TdClassName
{
border-color: #D29182;
}
.TagClassName
{
border-color: #D29182;
}
</style>