Shades of My Pink #D69080
Tints of My Pink #D69080
RGB
CMYK
RGB Variations
Color information
#D69080 (or 0xD69080) is known color: My Pink. HEX triplet: D6, 90 and 80. RGB value is (214,144,128). Sum of RGB (Red+Green+Blue) = 214+144+128=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69080 is #296F7F. Grayscale: #A3A3A3. Windows color (decimal): -2715520 or 8425686. OLE color: 8425686.
HSL color Cylindrical-coordinate representation of color #D69080: hue angle of 11.16º 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 #D69080 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 128 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.16 |
| HSL | 11.16º | 0.51% | 0.67% | - |
| HSV(B) | 11.16º | 0.4% | 0.84% | - |
| XYZ | 41.6 | 35.8 | 25.14 | - |
| YUV | 163.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 128 | 0 | 0.33 | 0.40 | 0.16 | 11.16 | 0.51 | 0.67 |
| Hex | D6 | 90 | 80 | 0 | 21 | 28 | 10 | B | 33 | 43 |
| Octal | 326 | 220 | 200 | 0 | 41 | 50 | 20 | 13 | 63 | 103 |
| Binary | 11010110 | 10010000 | 10000000 | 0 | 100001 | 101000 | 10000 | 1011 | 110011 | 1000011 |
Color Harmonies of #D69080
Complementary color
Monochromatic Colors of #D69080
Black with #D69080
Text Example
Text Example
White with #D69080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69080; }
p { color: rgb(214,144,128); }
H1.HeaderClassName
{
color: #D69080;
}
.AnyTagClassName
{
color: #D69080;
}
</style>
background-color css
<style>
a { background-color: #D69080; }
a { background-color: rgb(214,144,128); }
div.DivClassName
{
background-color: #D69080;
}
.BgClassName
{
background-color: #D69080;
}
</style>
border-color css
<style>
span { border-color: #D69080; }
span { border-color: rgb(214,144,128); }
td.TdClassName
{
border-color: #D69080;
}
.TagClassName
{
border-color: #D69080;
}
</style>