Shades of My Pink #D59387
Tints of My Pink #D59387
RGB
CMYK
RGB Variations
Color information
#D59387 (or 0xD59387) is known color: My Pink. HEX triplet: D5, 93 and 87. RGB value is (213,147,135). Sum of RGB (Red+Green+Blue) = 213+147+135=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59387 is #2A6C78. Grayscale: #A5A5A5. Windows color (decimal): -2780281 or 8885205. OLE color: 8885205.
HSL color Cylindrical-coordinate representation of color #D59387: hue angle of 9.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59387 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 135 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.16 |
| HSL | 9.23º | 0.48% | 0.68% | - |
| HSV(B) | 9.23º | 0.37% | 0.84% | - |
| XYZ | 42.25 | 36.76 | 27.79 | - |
| YUV | 165.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 135 | 0 | 0.31 | 0.37 | 0.16 | 9.23 | 0.48 | 0.68 |
| Hex | D5 | 93 | 87 | 0 | 1F | 25 | 10 | 9 | 30 | 44 |
| Octal | 325 | 223 | 207 | 0 | 37 | 45 | 20 | 11 | 60 | 104 |
| Binary | 11010101 | 10010011 | 10000111 | 0 | 11111 | 100101 | 10000 | 1001 | 110000 | 1000100 |
Color Harmonies of #D59387
Complementary color
Monochromatic Colors of #D59387
Black with #D59387
Text Example
Text Example
White with #D59387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59387; }
p { color: rgb(213,147,135); }
H1.HeaderClassName
{
color: #D59387;
}
.AnyTagClassName
{
color: #D59387;
}
</style>
background-color css
<style>
a { background-color: #D59387; }
a { background-color: rgb(213,147,135); }
div.DivClassName
{
background-color: #D59387;
}
.BgClassName
{
background-color: #D59387;
}
</style>
border-color css
<style>
span { border-color: #D59387; }
span { border-color: rgb(213,147,135); }
td.TdClassName
{
border-color: #D59387;
}
.TagClassName
{
border-color: #D59387;
}
</style>