Shades of My Pink #D18A78
Tints of My Pink #D18A78
RGB
CMYK
RGB Variations
Color information
#D18A78 (or 0xD18A78) is known color: My Pink. HEX triplet: D1, 8A and 78. RGB value is (209,138,120). Sum of RGB (Red+Green+Blue) = 209+138+120=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A78 is #2E7587. Grayscale: #9D9D9D. Windows color (decimal): -3044744 or 7899857. OLE color: 7899857.
HSL color Cylindrical-coordinate representation of color #D18A78: hue angle of 12.13º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18A78 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 120 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.18 |
| HSL | 12.13º | 0.49% | 0.65% | - |
| HSV(B) | 12.13º | 0.43% | 0.82% | - |
| XYZ | 38.77 | 33.09 | 22.11 | - |
| YUV | 157.18 | 107.02 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 120 | 0 | 0.34 | 0.43 | 0.18 | 12.13 | 0.49 | 0.65 |
| Hex | D1 | 8A | 78 | 0 | 22 | 2B | 12 | C | 31 | 41 |
| Octal | 321 | 212 | 170 | 0 | 42 | 53 | 22 | 14 | 61 | 101 |
| Binary | 11010001 | 10001010 | 1111000 | 0 | 100010 | 101011 | 10010 | 1100 | 110001 | 1000001 |
Color Harmonies of #D18A78
Complementary color
Monochromatic Colors of #D18A78
Black with #D18A78
Text Example
Text Example
White with #D18A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A78; }
p { color: rgb(209,138,120); }
H1.HeaderClassName
{
color: #D18A78;
}
.AnyTagClassName
{
color: #D18A78;
}
</style>
background-color css
<style>
a { background-color: #D18A78; }
a { background-color: rgb(209,138,120); }
div.DivClassName
{
background-color: #D18A78;
}
.BgClassName
{
background-color: #D18A78;
}
</style>
border-color css
<style>
span { border-color: #D18A78; }
span { border-color: rgb(209,138,120); }
td.TdClassName
{
border-color: #D18A78;
}
.TagClassName
{
border-color: #D18A78;
}
</style>