Shades of My Pink #D28F82
Tints of My Pink #D28F82
RGB
CMYK
RGB Variations
Color information
#D28F82 (or 0xD28F82) is known color: My Pink. HEX triplet: D2, 8F and 82. RGB value is (210,143,130). Sum of RGB (Red+Green+Blue) = 210+143+130=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28F82 is #2D707D. Grayscale: #A1A1A1. Windows color (decimal): -2977918 or 8556498. OLE color: 8556498.
HSL color Cylindrical-coordinate representation of color #D28F82: hue angle of 9.75º 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 #D28F82 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 130 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.18 |
| HSL | 9.75º | 0.47% | 0.67% | - |
| HSV(B) | 9.75º | 0.38% | 0.82% | - |
| XYZ | 40.43 | 34.96 | 25.74 | - |
| YUV | 161.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 130 | 0 | 0.32 | 0.38 | 0.18 | 9.75 | 0.47 | 0.67 |
| Hex | D2 | 8F | 82 | 0 | 20 | 26 | 12 | A | 2F | 43 |
| Octal | 322 | 217 | 202 | 0 | 40 | 46 | 22 | 12 | 57 | 103 |
| Binary | 11010010 | 10001111 | 10000010 | 0 | 100000 | 100110 | 10010 | 1010 | 101111 | 1000011 |
Color Harmonies of #D28F82
Complementary color
Monochromatic Colors of #D28F82
Black with #D28F82
Text Example
Text Example
White with #D28F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F82; }
p { color: rgb(210,143,130); }
H1.HeaderClassName
{
color: #D28F82;
}
.AnyTagClassName
{
color: #D28F82;
}
</style>
background-color css
<style>
a { background-color: #D28F82; }
a { background-color: rgb(210,143,130); }
div.DivClassName
{
background-color: #D28F82;
}
.BgClassName
{
background-color: #D28F82;
}
</style>
border-color css
<style>
span { border-color: #D28F82; }
span { border-color: rgb(210,143,130); }
td.TdClassName
{
border-color: #D28F82;
}
.TagClassName
{
border-color: #D28F82;
}
</style>