Shades of My Pink #D59481
Tints of My Pink #D59481
RGB
CMYK
RGB Variations
Color information
#D59481 (or 0xD59481) is known color: My Pink. HEX triplet: D5, 94 and 81. RGB value is (213,148,129). Sum of RGB (Red+Green+Blue) = 213+148+129=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D59481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59481 is #2A6B7E. Grayscale: #A5A5A5. Windows color (decimal): -2780031 or 8492245. OLE color: 8492245.
HSL color Cylindrical-coordinate representation of color #D59481: hue angle of 13.57º 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 #D59481 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 129 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.16 |
| HSL | 13.57º | 0.5% | 0.67% | - |
| HSV(B) | 13.57º | 0.39% | 0.84% | - |
| XYZ | 41.99 | 36.91 | 25.68 | - |
| YUV | 165.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 129 | 0 | 0.31 | 0.39 | 0.16 | 13.57 | 0.5 | 0.67 |
| Hex | D5 | 94 | 81 | 0 | 1F | 27 | 10 | E | 32 | 43 |
| Octal | 325 | 224 | 201 | 0 | 37 | 47 | 20 | 16 | 62 | 103 |
| Binary | 11010101 | 10010100 | 10000001 | 0 | 11111 | 100111 | 10000 | 1110 | 110010 | 1000011 |
Color Harmonies of #D59481
Complementary color
Monochromatic Colors of #D59481
Black with #D59481
Text Example
Text Example
White with #D59481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59481; }
p { color: rgb(213,148,129); }
H1.HeaderClassName
{
color: #D59481;
}
.AnyTagClassName
{
color: #D59481;
}
</style>
background-color css
<style>
a { background-color: #D59481; }
a { background-color: rgb(213,148,129); }
div.DivClassName
{
background-color: #D59481;
}
.BgClassName
{
background-color: #D59481;
}
</style>
border-color css
<style>
span { border-color: #D59481; }
span { border-color: rgb(213,148,129); }
td.TdClassName
{
border-color: #D59481;
}
.TagClassName
{
border-color: #D59481;
}
</style>