Shades of My Pink #D18578
Tints of My Pink #D18578
RGB
CMYK
RGB Variations
Color information
#D18578 (or 0xD18578) is known color: My Pink. HEX triplet: D1, 85 and 78. RGB value is (209,133,120). Sum of RGB (Red+Green+Blue) = 209+133+120=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D18578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18578 is #2E7A87. Grayscale: #9A9A9A. Windows color (decimal): -3046024 or 7898577. OLE color: 7898577.
HSL color Cylindrical-coordinate representation of color #D18578: hue angle of 8.76º 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 #D18578 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 120 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.18 |
| HSL | 8.76º | 0.49% | 0.65% | - |
| HSV(B) | 8.76º | 0.43% | 0.82% | - |
| XYZ | 38.07 | 31.69 | 21.88 | - |
| YUV | 154.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 120 | 0 | 0.36 | 0.43 | 0.18 | 8.76 | 0.49 | 0.65 |
| Hex | D1 | 85 | 78 | 0 | 24 | 2B | 12 | 9 | 31 | 41 |
| Octal | 321 | 205 | 170 | 0 | 44 | 53 | 22 | 11 | 61 | 101 |
| Binary | 11010001 | 10000101 | 1111000 | 0 | 100100 | 101011 | 10010 | 1001 | 110001 | 1000001 |
Color Harmonies of #D18578
Complementary color
Monochromatic Colors of #D18578
Black with #D18578
Text Example
Text Example
White with #D18578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18578; }
p { color: rgb(209,133,120); }
H1.HeaderClassName
{
color: #D18578;
}
.AnyTagClassName
{
color: #D18578;
}
</style>
background-color css
<style>
a { background-color: #D18578; }
a { background-color: rgb(209,133,120); }
div.DivClassName
{
background-color: #D18578;
}
.BgClassName
{
background-color: #D18578;
}
</style>
border-color css
<style>
span { border-color: #D18578; }
span { border-color: rgb(209,133,120); }
td.TdClassName
{
border-color: #D18578;
}
.TagClassName
{
border-color: #D18578;
}
</style>