Shades of My Pink #D28C84
Tints of My Pink #D28C84
RGB
CMYK
RGB Variations
Color information
#D28C84 (or 0xD28C84) is known color: My Pink. HEX triplet: D2, 8C and 84. RGB value is (210,140,132). Sum of RGB (Red+Green+Blue) = 210+140+132=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28C84 is #2D737B. Grayscale: #A0A0A0. Windows color (decimal): -2978684 or 8686802. OLE color: 8686802.
HSL color Cylindrical-coordinate representation of color #D28C84: hue angle of 6.15º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28C84 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 132 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.18 |
| HSL | 6.15º | 0.46% | 0.67% | - |
| HSV(B) | 6.15º | 0.37% | 0.82% | - |
| XYZ | 40.12 | 34.12 | 26.3 | - |
| YUV | 160.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 132 | 0 | 0.33 | 0.37 | 0.18 | 6.15 | 0.46 | 0.67 |
| Hex | D2 | 8C | 84 | 0 | 21 | 25 | 12 | 6 | 2E | 43 |
| Octal | 322 | 214 | 204 | 0 | 41 | 45 | 22 | 6 | 56 | 103 |
| Binary | 11010010 | 10001100 | 10000100 | 0 | 100001 | 100101 | 10010 | 110 | 101110 | 1000011 |
Color Harmonies of #D28C84
Complementary color
Monochromatic Colors of #D28C84
Black with #D28C84
Text Example
Text Example
White with #D28C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C84; }
p { color: rgb(210,140,132); }
H1.HeaderClassName
{
color: #D28C84;
}
.AnyTagClassName
{
color: #D28C84;
}
</style>
background-color css
<style>
a { background-color: #D28C84; }
a { background-color: rgb(210,140,132); }
div.DivClassName
{
background-color: #D28C84;
}
.BgClassName
{
background-color: #D28C84;
}
</style>
border-color css
<style>
span { border-color: #D28C84; }
span { border-color: rgb(210,140,132); }
td.TdClassName
{
border-color: #D28C84;
}
.TagClassName
{
border-color: #D28C84;
}
</style>