Shades of My Pink #D69185
Tints of My Pink #D69185
RGB
CMYK
RGB Variations
Color information
#D69185 (or 0xD69185) is known color: My Pink. HEX triplet: D6, 91 and 85. RGB value is (214,145,133). Sum of RGB (Red+Green+Blue) = 214+145+133=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D69185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69185 is #296E7A. Grayscale: #A4A4A4. Windows color (decimal): -2715259 or 8753622. OLE color: 8753622.
HSL color Cylindrical-coordinate representation of color #D69185: hue angle of 8.89º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69185 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 133 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.16 |
| HSL | 8.89º | 0.5% | 0.68% | - |
| HSV(B) | 8.89º | 0.38% | 0.84% | - |
| XYZ | 42.09 | 36.24 | 26.97 | - |
| YUV | 164.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 133 | 0 | 0.32 | 0.38 | 0.16 | 8.89 | 0.5 | 0.68 |
| Hex | D6 | 91 | 85 | 0 | 20 | 26 | 10 | 9 | 32 | 44 |
| Octal | 326 | 221 | 205 | 0 | 40 | 46 | 20 | 11 | 62 | 104 |
| Binary | 11010110 | 10010001 | 10000101 | 0 | 100000 | 100110 | 10000 | 1001 | 110010 | 1000100 |
Color Harmonies of #D69185
Complementary color
Monochromatic Colors of #D69185
Black with #D69185
Text Example
Text Example
White with #D69185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69185; }
p { color: rgb(214,145,133); }
H1.HeaderClassName
{
color: #D69185;
}
.AnyTagClassName
{
color: #D69185;
}
</style>
background-color css
<style>
a { background-color: #D69185; }
a { background-color: rgb(214,145,133); }
div.DivClassName
{
background-color: #D69185;
}
.BgClassName
{
background-color: #D69185;
}
</style>
border-color css
<style>
span { border-color: #D69185; }
span { border-color: rgb(214,145,133); }
td.TdClassName
{
border-color: #D69185;
}
.TagClassName
{
border-color: #D69185;
}
</style>