Shades of My Pink #D58A80
Tints of My Pink #D58A80
RGB
CMYK
RGB Variations
Color information
#D58A80 (or 0xD58A80) is known color: My Pink. HEX triplet: D5, 8A and 80. RGB value is (213,138,128). Sum of RGB (Red+Green+Blue) = 213+138+128=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A80 is #2A757F. Grayscale: #9F9F9F. Windows color (decimal): -2782592 or 8424149. OLE color: 8424149.
HSL color Cylindrical-coordinate representation of color #D58A80: hue angle of 7.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58A80 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 128 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.16 |
| HSL | 7.06º | 0.5% | 0.67% | - |
| HSV(B) | 7.06º | 0.4% | 0.84% | - |
| XYZ | 40.43 | 33.88 | 24.83 | - |
| YUV | 159.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 128 | 0 | 0.35 | 0.40 | 0.16 | 7.06 | 0.5 | 0.67 |
| Hex | D5 | 8A | 80 | 0 | 23 | 28 | 10 | 7 | 32 | 43 |
| Octal | 325 | 212 | 200 | 0 | 43 | 50 | 20 | 7 | 62 | 103 |
| Binary | 11010101 | 10001010 | 10000000 | 0 | 100011 | 101000 | 10000 | 111 | 110010 | 1000011 |
Color Harmonies of #D58A80
Complementary color
Monochromatic Colors of #D58A80
Black with #D58A80
Text Example
Text Example
White with #D58A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A80; }
p { color: rgb(213,138,128); }
H1.HeaderClassName
{
color: #D58A80;
}
.AnyTagClassName
{
color: #D58A80;
}
</style>
background-color css
<style>
a { background-color: #D58A80; }
a { background-color: rgb(213,138,128); }
div.DivClassName
{
background-color: #D58A80;
}
.BgClassName
{
background-color: #D58A80;
}
</style>
border-color css
<style>
span { border-color: #D58A80; }
span { border-color: rgb(213,138,128); }
td.TdClassName
{
border-color: #D58A80;
}
.TagClassName
{
border-color: #D58A80;
}
</style>