Shades of My Pink #D59281
Tints of My Pink #D59281
RGB
CMYK
RGB Variations
Color information
#D59281 (or 0xD59281) is known color: My Pink. HEX triplet: D5, 92 and 81. RGB value is (213,146,129). Sum of RGB (Red+Green+Blue) = 213+146+129=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59281 is #2A6D7E. Grayscale: #A4A4A4. Windows color (decimal): -2780543 or 8491733. OLE color: 8491733.
HSL color Cylindrical-coordinate representation of color #D59281: hue angle of 12.14º 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 #D59281 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 129 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.16 |
| HSL | 12.14º | 0.5% | 0.67% | - |
| HSV(B) | 12.14º | 0.39% | 0.84% | - |
| XYZ | 41.68 | 36.29 | 25.58 | - |
| YUV | 164.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 129 | 0 | 0.31 | 0.39 | 0.16 | 12.14 | 0.5 | 0.67 |
| Hex | D5 | 92 | 81 | 0 | 1F | 27 | 10 | C | 32 | 43 |
| Octal | 325 | 222 | 201 | 0 | 37 | 47 | 20 | 14 | 62 | 103 |
| Binary | 11010101 | 10010010 | 10000001 | 0 | 11111 | 100111 | 10000 | 1100 | 110010 | 1000011 |
Color Harmonies of #D59281
Complementary color
Monochromatic Colors of #D59281
Black with #D59281
Text Example
Text Example
White with #D59281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59281; }
p { color: rgb(213,146,129); }
H1.HeaderClassName
{
color: #D59281;
}
.AnyTagClassName
{
color: #D59281;
}
</style>
background-color css
<style>
a { background-color: #D59281; }
a { background-color: rgb(213,146,129); }
div.DivClassName
{
background-color: #D59281;
}
.BgClassName
{
background-color: #D59281;
}
</style>
border-color css
<style>
span { border-color: #D59281; }
span { border-color: rgb(213,146,129); }
td.TdClassName
{
border-color: #D59281;
}
.TagClassName
{
border-color: #D59281;
}
</style>