Shades of My Pink #D18A7D
Tints of My Pink #D18A7D
RGB
CMYK
RGB Variations
Color information
#D18A7D (or 0xD18A7D) is known color: My Pink. HEX triplet: D1, 8A and 7D. RGB value is (209,138,125). Sum of RGB (Red+Green+Blue) = 209+138+125=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A7D is #2E7582. Grayscale: #9D9D9D. Windows color (decimal): -3044739 or 8227537. OLE color: 8227537.
HSL color Cylindrical-coordinate representation of color #D18A7D: hue angle of 9.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18A7D is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 125 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.18 |
| HSL | 9.29º | 0.48% | 0.65% | - |
| HSV(B) | 9.29º | 0.4% | 0.82% | - |
| XYZ | 39.08 | 33.21 | 23.75 | - |
| YUV | 157.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 125 | 0 | 0.34 | 0.40 | 0.18 | 9.29 | 0.48 | 0.65 |
| Hex | D1 | 8A | 7D | 0 | 22 | 28 | 12 | 9 | 30 | 41 |
| Octal | 321 | 212 | 175 | 0 | 42 | 50 | 22 | 11 | 60 | 101 |
| Binary | 11010001 | 10001010 | 1111101 | 0 | 100010 | 101000 | 10010 | 1001 | 110000 | 1000001 |
Color Harmonies of #D18A7D
Complementary color
Monochromatic Colors of #D18A7D
Black with #D18A7D
Text Example
Text Example
White with #D18A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A7D; }
p { color: rgb(209,138,125); }
H1.HeaderClassName
{
color: #D18A7D;
}
.AnyTagClassName
{
color: #D18A7D;
}
</style>
background-color css
<style>
a { background-color: #D18A7D; }
a { background-color: rgb(209,138,125); }
div.DivClassName
{
background-color: #D18A7D;
}
.BgClassName
{
background-color: #D18A7D;
}
</style>
border-color css
<style>
span { border-color: #D18A7D; }
span { border-color: rgb(209,138,125); }
td.TdClassName
{
border-color: #D18A7D;
}
.TagClassName
{
border-color: #D18A7D;
}
</style>