Shades of My Pink #D29280
Tints of My Pink #D29280
RGB
CMYK
RGB Variations
Color information
#D29280 (or 0xD29280) is known color: My Pink. HEX triplet: D2, 92 and 80. RGB value is (210,146,128). Sum of RGB (Red+Green+Blue) = 210+146+128=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D29280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29280 is #2D6D7F. Grayscale: #A3A3A3. Windows color (decimal): -2977152 or 8426194. OLE color: 8426194.
HSL color Cylindrical-coordinate representation of color #D29280: hue angle of 13.17º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29280 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 128 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.18 |
| HSL | 13.17º | 0.48% | 0.66% | - |
| HSV(B) | 13.17º | 0.39% | 0.82% | - |
| XYZ | 40.75 | 35.82 | 25.19 | - |
| YUV | 163.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 128 | 0 | 0.30 | 0.39 | 0.18 | 13.17 | 0.48 | 0.66 |
| Hex | D2 | 92 | 80 | 0 | 1E | 27 | 12 | D | 30 | 42 |
| Octal | 322 | 222 | 200 | 0 | 36 | 47 | 22 | 15 | 60 | 102 |
| Binary | 11010010 | 10010010 | 10000000 | 0 | 11110 | 100111 | 10010 | 1101 | 110000 | 1000010 |
Color Harmonies of #D29280
Complementary color
Monochromatic Colors of #D29280
Black with #D29280
Text Example
Text Example
White with #D29280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29280; }
p { color: rgb(210,146,128); }
H1.HeaderClassName
{
color: #D29280;
}
.AnyTagClassName
{
color: #D29280;
}
</style>
background-color css
<style>
a { background-color: #D29280; }
a { background-color: rgb(210,146,128); }
div.DivClassName
{
background-color: #D29280;
}
.BgClassName
{
background-color: #D29280;
}
</style>
border-color css
<style>
span { border-color: #D29280; }
span { border-color: rgb(210,146,128); }
td.TdClassName
{
border-color: #D29280;
}
.TagClassName
{
border-color: #D29280;
}
</style>