Shades of My Pink #D28A80
Tints of My Pink #D28A80
RGB
CMYK
RGB Variations
Color information
#D28A80 (or 0xD28A80) is known color: My Pink. HEX triplet: D2, 8A and 80. RGB value is (210,138,128). Sum of RGB (Red+Green+Blue) = 210+138+128=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28A80 is #2D757F. Grayscale: #9E9E9E. Windows color (decimal): -2979200 or 8424146. OLE color: 8424146.
HSL color Cylindrical-coordinate representation of color #D28A80: hue angle of 7.32º 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 #D28A80 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 128 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.18 |
| HSL | 7.32º | 0.48% | 0.66% | - |
| HSV(B) | 7.32º | 0.39% | 0.82% | - |
| XYZ | 39.56 | 33.44 | 24.79 | - |
| YUV | 158.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 128 | 0 | 0.34 | 0.39 | 0.18 | 7.32 | 0.48 | 0.66 |
| Hex | D2 | 8A | 80 | 0 | 22 | 27 | 12 | 7 | 30 | 42 |
| Octal | 322 | 212 | 200 | 0 | 42 | 47 | 22 | 7 | 60 | 102 |
| Binary | 11010010 | 10001010 | 10000000 | 0 | 100010 | 100111 | 10010 | 111 | 110000 | 1000010 |
Color Harmonies of #D28A80
Complementary color
Monochromatic Colors of #D28A80
Black with #D28A80
Text Example
Text Example
White with #D28A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A80; }
p { color: rgb(210,138,128); }
H1.HeaderClassName
{
color: #D28A80;
}
.AnyTagClassName
{
color: #D28A80;
}
</style>
background-color css
<style>
a { background-color: #D28A80; }
a { background-color: rgb(210,138,128); }
div.DivClassName
{
background-color: #D28A80;
}
.BgClassName
{
background-color: #D28A80;
}
</style>
border-color css
<style>
span { border-color: #D28A80; }
span { border-color: rgb(210,138,128); }
td.TdClassName
{
border-color: #D28A80;
}
.TagClassName
{
border-color: #D28A80;
}
</style>