Shades of My Pink #D28C88
Tints of My Pink #D28C88
RGB
CMYK
RGB Variations
Color information
#D28C88 (or 0xD28C88) is known color: My Pink. HEX triplet: D2, 8C and 88. RGB value is (210,140,136). Sum of RGB (Red+Green+Blue) = 210+140+136=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28C88 is #2D7377. Grayscale: #A0A0A0. Windows color (decimal): -2978680 or 8948946. OLE color: 8948946.
HSL color Cylindrical-coordinate representation of color #D28C88: hue angle of 3.24º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D28C88 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 136 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.18 |
| HSL | 3.24º | 0.45% | 0.68% | - |
| HSV(B) | 3.24º | 0.35% | 0.82% | - |
| XYZ | 40.4 | 34.24 | 27.77 | - |
| YUV | 160.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 136 | 0 | 0.33 | 0.35 | 0.18 | 3.24 | 0.45 | 0.68 |
| Hex | D2 | 8C | 88 | 0 | 21 | 23 | 12 | 3 | 2D | 44 |
| Octal | 322 | 214 | 210 | 0 | 41 | 43 | 22 | 3 | 55 | 104 |
| Binary | 11010010 | 10001100 | 10001000 | 0 | 100001 | 100011 | 10010 | 11 | 101101 | 1000100 |
Color Harmonies of #D28C88
Complementary color
Monochromatic Colors of #D28C88
Black with #D28C88
Text Example
Text Example
White with #D28C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C88; }
p { color: rgb(210,140,136); }
H1.HeaderClassName
{
color: #D28C88;
}
.AnyTagClassName
{
color: #D28C88;
}
</style>
background-color css
<style>
a { background-color: #D28C88; }
a { background-color: rgb(210,140,136); }
div.DivClassName
{
background-color: #D28C88;
}
.BgClassName
{
background-color: #D28C88;
}
</style>
border-color css
<style>
span { border-color: #D28C88; }
span { border-color: rgb(210,140,136); }
td.TdClassName
{
border-color: #D28C88;
}
.TagClassName
{
border-color: #D28C88;
}
</style>