Shades of My Pink #D58F89
Tints of My Pink #D58F89
RGB
CMYK
RGB Variations
Color information
#D58F89 (or 0xD58F89) is known color: My Pink. HEX triplet: D5, 8F and 89. RGB value is (213,143,137). Sum of RGB (Red+Green+Blue) = 213+143+137=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F89 is #2A7076. Grayscale: #A3A3A3. Windows color (decimal): -2781303 or 9015253. OLE color: 9015253.
HSL color Cylindrical-coordinate representation of color #D58F89: hue angle of 4.74º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58F89 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 137 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.16 |
| HSL | 4.74º | 0.48% | 0.69% | - |
| HSV(B) | 4.74º | 0.36% | 0.84% | - |
| XYZ | 41.78 | 35.6 | 28.34 | - |
| YUV | 163.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 137 | 0 | 0.33 | 0.36 | 0.16 | 4.74 | 0.48 | 0.69 |
| Hex | D5 | 8F | 89 | 0 | 21 | 24 | 10 | 5 | 30 | 45 |
| Octal | 325 | 217 | 211 | 0 | 41 | 44 | 20 | 5 | 60 | 105 |
| Binary | 11010101 | 10001111 | 10001001 | 0 | 100001 | 100100 | 10000 | 101 | 110000 | 1000101 |
Color Harmonies of #D58F89
Complementary color
Monochromatic Colors of #D58F89
Black with #D58F89
Text Example
Text Example
White with #D58F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F89; }
p { color: rgb(213,143,137); }
H1.HeaderClassName
{
color: #D58F89;
}
.AnyTagClassName
{
color: #D58F89;
}
</style>
background-color css
<style>
a { background-color: #D58F89; }
a { background-color: rgb(213,143,137); }
div.DivClassName
{
background-color: #D58F89;
}
.BgClassName
{
background-color: #D58F89;
}
</style>
border-color css
<style>
span { border-color: #D58F89; }
span { border-color: rgb(213,143,137); }
td.TdClassName
{
border-color: #D58F89;
}
.TagClassName
{
border-color: #D58F89;
}
</style>