Shades of My Pink #D59581
Tints of My Pink #D59581
RGB
CMYK
RGB Variations
Color information
#D59581 (or 0xD59581) is known color: My Pink. HEX triplet: D5, 95 and 81. RGB value is (213,149,129). Sum of RGB (Red+Green+Blue) = 213+149+129=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59581 is #2A6A7E. Grayscale: #A6A6A6. Windows color (decimal): -2779775 or 8492501. OLE color: 8492501.
HSL color Cylindrical-coordinate representation of color #D59581: hue angle of 14.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59581 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 129 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.16 |
| HSL | 14.29º | 0.5% | 0.67% | - |
| HSV(B) | 14.29º | 0.39% | 0.84% | - |
| XYZ | 42.15 | 37.23 | 25.73 | - |
| YUV | 165.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 129 | 0 | 0.30 | 0.39 | 0.16 | 14.29 | 0.5 | 0.67 |
| Hex | D5 | 95 | 81 | 0 | 1E | 27 | 10 | E | 32 | 43 |
| Octal | 325 | 225 | 201 | 0 | 36 | 47 | 20 | 16 | 62 | 103 |
| Binary | 11010101 | 10010101 | 10000001 | 0 | 11110 | 100111 | 10000 | 1110 | 110010 | 1000011 |
Color Harmonies of #D59581
Complementary color
Monochromatic Colors of #D59581
Black with #D59581
Text Example
Text Example
White with #D59581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59581; }
p { color: rgb(213,149,129); }
H1.HeaderClassName
{
color: #D59581;
}
.AnyTagClassName
{
color: #D59581;
}
</style>
background-color css
<style>
a { background-color: #D59581; }
a { background-color: rgb(213,149,129); }
div.DivClassName
{
background-color: #D59581;
}
.BgClassName
{
background-color: #D59581;
}
</style>
border-color css
<style>
span { border-color: #D59581; }
span { border-color: rgb(213,149,129); }
td.TdClassName
{
border-color: #D59581;
}
.TagClassName
{
border-color: #D59581;
}
</style>