Shades of My Pink #D69885
Tints of My Pink #D69885
RGB
CMYK
RGB Variations
Color information
#D69885 (or 0xD69885) is known color: My Pink. HEX triplet: D6, 98 and 85. RGB value is (214,152,133). Sum of RGB (Red+Green+Blue) = 214+152+133=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69885 is #29677A. Grayscale: #A8A8A8. Windows color (decimal): -2713467 or 8755414. OLE color: 8755414.
HSL color Cylindrical-coordinate representation of color #D69885: hue angle of 14.07º 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 #D69885 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 133 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.16 |
| HSL | 14.07º | 0.5% | 0.68% | - |
| HSV(B) | 14.07º | 0.38% | 0.84% | - |
| XYZ | 43.19 | 38.45 | 27.33 | - |
| YUV | 168.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 133 | 0 | 0.29 | 0.38 | 0.16 | 14.07 | 0.5 | 0.68 |
| Hex | D6 | 98 | 85 | 0 | 1D | 26 | 10 | E | 32 | 44 |
| Octal | 326 | 230 | 205 | 0 | 35 | 46 | 20 | 16 | 62 | 104 |
| Binary | 11010110 | 10011000 | 10000101 | 0 | 11101 | 100110 | 10000 | 1110 | 110010 | 1000100 |
Color Harmonies of #D69885
Complementary color
Monochromatic Colors of #D69885
Black with #D69885
Text Example
Text Example
White with #D69885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69885; }
p { color: rgb(214,152,133); }
H1.HeaderClassName
{
color: #D69885;
}
.AnyTagClassName
{
color: #D69885;
}
</style>
background-color css
<style>
a { background-color: #D69885; }
a { background-color: rgb(214,152,133); }
div.DivClassName
{
background-color: #D69885;
}
.BgClassName
{
background-color: #D69885;
}
</style>
border-color css
<style>
span { border-color: #D69885; }
span { border-color: rgb(214,152,133); }
td.TdClassName
{
border-color: #D69885;
}
.TagClassName
{
border-color: #D69885;
}
</style>