Shades of My Pink #D0867C
Tints of My Pink #D0867C
RGB
CMYK
RGB Variations
Color information
#D0867C (or 0xD0867C) is known color: My Pink. HEX triplet: D0, 86 and 7C. RGB value is (208,134,124). Sum of RGB (Red+Green+Blue) = 208+134+124=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0867C is #2F7983. Grayscale: #9B9B9B. Windows color (decimal): -3111300 or 8160976. OLE color: 8160976.
HSL color Cylindrical-coordinate representation of color #D0867C: hue angle of 7.14º degrees, saturation: 0.47, 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 #D0867C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 124 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.18 |
| HSL | 7.14º | 0.47% | 0.65% | - |
| HSV(B) | 7.14º | 0.4% | 0.82% | - |
| XYZ | 38.18 | 31.92 | 23.22 | - |
| YUV | 154.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 124 | 0 | 0.36 | 0.40 | 0.18 | 7.14 | 0.47 | 0.65 |
| Hex | D0 | 86 | 7C | 0 | 24 | 28 | 12 | 7 | 2F | 41 |
| Octal | 320 | 206 | 174 | 0 | 44 | 50 | 22 | 7 | 57 | 101 |
| Binary | 11010000 | 10000110 | 1111100 | 0 | 100100 | 101000 | 10010 | 111 | 101111 | 1000001 |
Color Harmonies of #D0867C
Complementary color
Monochromatic Colors of #D0867C
Black with #D0867C
Text Example
Text Example
White with #D0867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0867C; }
p { color: rgb(208,134,124); }
H1.HeaderClassName
{
color: #D0867C;
}
.AnyTagClassName
{
color: #D0867C;
}
</style>
background-color css
<style>
a { background-color: #D0867C; }
a { background-color: rgb(208,134,124); }
div.DivClassName
{
background-color: #D0867C;
}
.BgClassName
{
background-color: #D0867C;
}
</style>
border-color css
<style>
span { border-color: #D0867C; }
span { border-color: rgb(208,134,124); }
td.TdClassName
{
border-color: #D0867C;
}
.TagClassName
{
border-color: #D0867C;
}
</style>