Shades of My Pink #D28C80
Tints of My Pink #D28C80
RGB
CMYK
RGB Variations
Color information
#D28C80 (or 0xD28C80) is known color: My Pink. HEX triplet: D2, 8C and 80. RGB value is (210,140,128). Sum of RGB (Red+Green+Blue) = 210+140+128=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28C80 is #2D737F. Grayscale: #9F9F9F. Windows color (decimal): -2978688 or 8424658. OLE color: 8424658.
HSL color Cylindrical-coordinate representation of color #D28C80: hue angle of 8.78º 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 #D28C80 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 128 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.18 |
| HSL | 8.78º | 0.48% | 0.66% | - |
| HSV(B) | 8.78º | 0.39% | 0.82% | - |
| XYZ | 39.85 | 34.02 | 24.89 | - |
| YUV | 159.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 128 | 0 | 0.33 | 0.39 | 0.18 | 8.78 | 0.48 | 0.66 |
| Hex | D2 | 8C | 80 | 0 | 21 | 27 | 12 | 9 | 30 | 42 |
| Octal | 322 | 214 | 200 | 0 | 41 | 47 | 22 | 11 | 60 | 102 |
| Binary | 11010010 | 10001100 | 10000000 | 0 | 100001 | 100111 | 10010 | 1001 | 110000 | 1000010 |
Color Harmonies of #D28C80
Complementary color
Monochromatic Colors of #D28C80
Black with #D28C80
Text Example
Text Example
White with #D28C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C80; }
p { color: rgb(210,140,128); }
H1.HeaderClassName
{
color: #D28C80;
}
.AnyTagClassName
{
color: #D28C80;
}
</style>
background-color css
<style>
a { background-color: #D28C80; }
a { background-color: rgb(210,140,128); }
div.DivClassName
{
background-color: #D28C80;
}
.BgClassName
{
background-color: #D28C80;
}
</style>
border-color css
<style>
span { border-color: #D28C80; }
span { border-color: rgb(210,140,128); }
td.TdClassName
{
border-color: #D28C80;
}
.TagClassName
{
border-color: #D28C80;
}
</style>