Shades of My Pink #D69486
Tints of My Pink #D69486
RGB
CMYK
RGB Variations
Color information
#D69486 (or 0xD69486) is known color: My Pink. HEX triplet: D6, 94 and 86. RGB value is (214,148,134). Sum of RGB (Red+Green+Blue) = 214+148+134=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69486 is #296B79. Grayscale: #A6A6A6. Windows color (decimal): -2714490 or 8819926. OLE color: 8819926.
HSL color Cylindrical-coordinate representation of color #D69486: hue angle of 10.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69486 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 134 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.16 |
| HSL | 10.5º | 0.49% | 0.68% | - |
| HSV(B) | 10.5º | 0.37% | 0.84% | - |
| XYZ | 42.62 | 37.2 | 27.49 | - |
| YUV | 166.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 134 | 0 | 0.31 | 0.37 | 0.16 | 10.5 | 0.49 | 0.68 |
| Hex | D6 | 94 | 86 | 0 | 1F | 25 | 10 | A | 31 | 44 |
| Octal | 326 | 224 | 206 | 0 | 37 | 45 | 20 | 12 | 61 | 104 |
| Binary | 11010110 | 10010100 | 10000110 | 0 | 11111 | 100101 | 10000 | 1010 | 110001 | 1000100 |
Color Harmonies of #D69486
Complementary color
Monochromatic Colors of #D69486
Black with #D69486
Text Example
Text Example
White with #D69486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69486; }
p { color: rgb(214,148,134); }
H1.HeaderClassName
{
color: #D69486;
}
.AnyTagClassName
{
color: #D69486;
}
</style>
background-color css
<style>
a { background-color: #D69486; }
a { background-color: rgb(214,148,134); }
div.DivClassName
{
background-color: #D69486;
}
.BgClassName
{
background-color: #D69486;
}
</style>
border-color css
<style>
span { border-color: #D69486; }
span { border-color: rgb(214,148,134); }
td.TdClassName
{
border-color: #D69486;
}
.TagClassName
{
border-color: #D69486;
}
</style>