Shades of My Pink #D59188
Tints of My Pink #D59188
RGB
CMYK
RGB Variations
Color information
#D59188 (or 0xD59188) is known color: My Pink. HEX triplet: D5, 91 and 88. RGB value is (213,145,136). Sum of RGB (Red+Green+Blue) = 213+145+136=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59188 is #2A6E77. Grayscale: #A4A4A4. Windows color (decimal): -2780792 or 8950229. OLE color: 8950229.
HSL color Cylindrical-coordinate representation of color #D59188: hue angle of 7.01º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59188 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 136 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.16 |
| HSL | 7.01º | 0.48% | 0.68% | - |
| HSV(B) | 7.01º | 0.36% | 0.84% | - |
| XYZ | 42.01 | 36.17 | 28.06 | - |
| YUV | 164.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 136 | 0 | 0.32 | 0.36 | 0.16 | 7.01 | 0.48 | 0.68 |
| Hex | D5 | 91 | 88 | 0 | 20 | 24 | 10 | 7 | 30 | 44 |
| Octal | 325 | 221 | 210 | 0 | 40 | 44 | 20 | 7 | 60 | 104 |
| Binary | 11010101 | 10010001 | 10001000 | 0 | 100000 | 100100 | 10000 | 111 | 110000 | 1000100 |
Color Harmonies of #D59188
Complementary color
Monochromatic Colors of #D59188
Black with #D59188
Text Example
Text Example
White with #D59188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59188; }
p { color: rgb(213,145,136); }
H1.HeaderClassName
{
color: #D59188;
}
.AnyTagClassName
{
color: #D59188;
}
</style>
background-color css
<style>
a { background-color: #D59188; }
a { background-color: rgb(213,145,136); }
div.DivClassName
{
background-color: #D59188;
}
.BgClassName
{
background-color: #D59188;
}
</style>
border-color css
<style>
span { border-color: #D59188; }
span { border-color: rgb(213,145,136); }
td.TdClassName
{
border-color: #D59188;
}
.TagClassName
{
border-color: #D59188;
}
</style>