Shades of My Pink #D58681
Tints of My Pink #D58681
RGB
CMYK
RGB Variations
Color information
#D58681 (or 0xD58681) is known color: My Pink. HEX triplet: D5, 86 and 81. RGB value is (213,134,129). Sum of RGB (Red+Green+Blue) = 213+134+129=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D58681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58681 is #2A797E. Grayscale: #9D9D9D. Windows color (decimal): -2783615 or 8488661. OLE color: 8488661.
HSL color Cylindrical-coordinate representation of color #D58681: hue angle of 3.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 #D58681 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 129 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.16 |
| HSL | 3.57º | 0.5% | 0.67% | - |
| HSV(B) | 3.57º | 0.39% | 0.84% | - |
| XYZ | 39.93 | 32.78 | 24.99 | - |
| YUV | 157.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 129 | 0 | 0.37 | 0.39 | 0.16 | 3.57 | 0.5 | 0.67 |
| Hex | D5 | 86 | 81 | 0 | 25 | 27 | 10 | 4 | 32 | 43 |
| Octal | 325 | 206 | 201 | 0 | 45 | 47 | 20 | 4 | 62 | 103 |
| Binary | 11010101 | 10000110 | 10000001 | 0 | 100101 | 100111 | 10000 | 100 | 110010 | 1000011 |
Color Harmonies of #D58681
Complementary color
Monochromatic Colors of #D58681
Black with #D58681
Text Example
Text Example
White with #D58681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58681; }
p { color: rgb(213,134,129); }
H1.HeaderClassName
{
color: #D58681;
}
.AnyTagClassName
{
color: #D58681;
}
</style>
background-color css
<style>
a { background-color: #D58681; }
a { background-color: rgb(213,134,129); }
div.DivClassName
{
background-color: #D58681;
}
.BgClassName
{
background-color: #D58681;
}
</style>
border-color css
<style>
span { border-color: #D58681; }
span { border-color: rgb(213,134,129); }
td.TdClassName
{
border-color: #D58681;
}
.TagClassName
{
border-color: #D58681;
}
</style>