Shades of My Pink #D28981
Tints of My Pink #D28981
RGB
CMYK
RGB Variations
Color information
#D28981 (or 0xD28981) is known color: My Pink. HEX triplet: D2, 89 and 81. RGB value is (210,137,129). Sum of RGB (Red+Green+Blue) = 210+137+129=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D28981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28981 is #2D767E. Grayscale: #9E9E9E. Windows color (decimal): -2979455 or 8489426. OLE color: 8489426.
HSL color Cylindrical-coordinate representation of color #D28981: hue angle of 5.93º degrees, saturation: 0.47, 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 #D28981 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 129 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.18 |
| HSL | 5.93º | 0.47% | 0.66% | - |
| HSV(B) | 5.93º | 0.39% | 0.82% | - |
| XYZ | 39.49 | 33.18 | 25.09 | - |
| YUV | 157.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 129 | 0 | 0.35 | 0.39 | 0.18 | 5.93 | 0.47 | 0.66 |
| Hex | D2 | 89 | 81 | 0 | 23 | 27 | 12 | 6 | 2F | 42 |
| Octal | 322 | 211 | 201 | 0 | 43 | 47 | 22 | 6 | 57 | 102 |
| Binary | 11010010 | 10001001 | 10000001 | 0 | 100011 | 100111 | 10010 | 110 | 101111 | 1000010 |
Color Harmonies of #D28981
Complementary color
Monochromatic Colors of #D28981
Black with #D28981
Text Example
Text Example
White with #D28981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28981; }
p { color: rgb(210,137,129); }
H1.HeaderClassName
{
color: #D28981;
}
.AnyTagClassName
{
color: #D28981;
}
</style>
background-color css
<style>
a { background-color: #D28981; }
a { background-color: rgb(210,137,129); }
div.DivClassName
{
background-color: #D28981;
}
.BgClassName
{
background-color: #D28981;
}
</style>
border-color css
<style>
span { border-color: #D28981; }
span { border-color: rgb(210,137,129); }
td.TdClassName
{
border-color: #D28981;
}
.TagClassName
{
border-color: #D28981;
}
</style>