Shades of My Pink #D69581
Tints of My Pink #D69581
RGB
CMYK
RGB Variations
Color information
#D69581 (or 0xD69581) is known color: My Pink. HEX triplet: D6, 95 and 81. RGB value is (214,149,129). Sum of RGB (Red+Green+Blue) = 214+149+129=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D69581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69581 is #296A7E. Grayscale: #A6A6A6. Windows color (decimal): -2714239 or 8492502. OLE color: 8492502.
HSL color Cylindrical-coordinate representation of color #D69581: hue angle of 14.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69581 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 129 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.16 |
| HSL | 14.12º | 0.51% | 0.67% | - |
| HSV(B) | 14.12º | 0.4% | 0.84% | - |
| XYZ | 42.44 | 37.38 | 25.75 | - |
| YUV | 166.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 129 | 0 | 0.30 | 0.40 | 0.16 | 14.12 | 0.51 | 0.67 |
| Hex | D6 | 95 | 81 | 0 | 1E | 28 | 10 | E | 33 | 43 |
| Octal | 326 | 225 | 201 | 0 | 36 | 50 | 20 | 16 | 63 | 103 |
| Binary | 11010110 | 10010101 | 10000001 | 0 | 11110 | 101000 | 10000 | 1110 | 110011 | 1000011 |
Color Harmonies of #D69581
Complementary color
Monochromatic Colors of #D69581
Black with #D69581
Text Example
Text Example
White with #D69581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69581; }
p { color: rgb(214,149,129); }
H1.HeaderClassName
{
color: #D69581;
}
.AnyTagClassName
{
color: #D69581;
}
</style>
background-color css
<style>
a { background-color: #D69581; }
a { background-color: rgb(214,149,129); }
div.DivClassName
{
background-color: #D69581;
}
.BgClassName
{
background-color: #D69581;
}
</style>
border-color css
<style>
span { border-color: #D69581; }
span { border-color: rgb(214,149,129); }
td.TdClassName
{
border-color: #D69581;
}
.TagClassName
{
border-color: #D69581;
}
</style>