Shades of My Pink #D59089
Tints of My Pink #D59089
RGB
CMYK
RGB Variations
Color information
#D59089 (or 0xD59089) is known color: My Pink. HEX triplet: D5, 90 and 89. RGB value is (213,144,137). Sum of RGB (Red+Green+Blue) = 213+144+137=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59089 is #2A6F76. Grayscale: #A3A3A3. Windows color (decimal): -2781047 or 9015509. OLE color: 9015509.
HSL color Cylindrical-coordinate representation of color #D59089: hue angle of 5.53º 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 #D59089 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 137 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.16 |
| HSL | 5.53º | 0.48% | 0.69% | - |
| HSV(B) | 5.53º | 0.36% | 0.84% | - |
| XYZ | 41.93 | 35.9 | 28.39 | - |
| YUV | 163.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 137 | 0 | 0.32 | 0.36 | 0.16 | 5.53 | 0.48 | 0.69 |
| Hex | D5 | 90 | 89 | 0 | 20 | 24 | 10 | 6 | 30 | 45 |
| Octal | 325 | 220 | 211 | 0 | 40 | 44 | 20 | 6 | 60 | 105 |
| Binary | 11010101 | 10010000 | 10001001 | 0 | 100000 | 100100 | 10000 | 110 | 110000 | 1000101 |
Color Harmonies of #D59089
Complementary color
Monochromatic Colors of #D59089
Black with #D59089
Text Example
Text Example
White with #D59089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59089; }
p { color: rgb(213,144,137); }
H1.HeaderClassName
{
color: #D59089;
}
.AnyTagClassName
{
color: #D59089;
}
</style>
background-color css
<style>
a { background-color: #D59089; }
a { background-color: rgb(213,144,137); }
div.DivClassName
{
background-color: #D59089;
}
.BgClassName
{
background-color: #D59089;
}
</style>
border-color css
<style>
span { border-color: #D59089; }
span { border-color: rgb(213,144,137); }
td.TdClassName
{
border-color: #D59089;
}
.TagClassName
{
border-color: #D59089;
}
</style>