Shades of My Pink #D0857E
Tints of My Pink #D0857E
RGB
CMYK
RGB Variations
Color information
#D0857E (or 0xD0857E) is known color: My Pink. HEX triplet: D0, 85 and 7E. RGB value is (208,133,126). Sum of RGB (Red+Green+Blue) = 208+133+126=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0857E is #2F7A81. Grayscale: #9A9A9A. Windows color (decimal): -3111554 or 8291792. OLE color: 8291792.
HSL color Cylindrical-coordinate representation of color #D0857E: hue angle of 5.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0857E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 126 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.18 |
| HSL | 5.12º | 0.47% | 0.65% | - |
| HSV(B) | 5.12º | 0.39% | 0.82% | - |
| XYZ | 38.17 | 31.69 | 23.84 | - |
| YUV | 154.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 126 | 0 | 0.36 | 0.39 | 0.18 | 5.12 | 0.47 | 0.65 |
| Hex | D0 | 85 | 7E | 0 | 24 | 27 | 12 | 5 | 2F | 41 |
| Octal | 320 | 205 | 176 | 0 | 44 | 47 | 22 | 5 | 57 | 101 |
| Binary | 11010000 | 10000101 | 1111110 | 0 | 100100 | 100111 | 10010 | 101 | 101111 | 1000001 |
Color Harmonies of #D0857E
Complementary color
Monochromatic Colors of #D0857E
Black with #D0857E
Text Example
Text Example
White with #D0857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0857E; }
p { color: rgb(208,133,126); }
H1.HeaderClassName
{
color: #D0857E;
}
.AnyTagClassName
{
color: #D0857E;
}
</style>
background-color css
<style>
a { background-color: #D0857E; }
a { background-color: rgb(208,133,126); }
div.DivClassName
{
background-color: #D0857E;
}
.BgClassName
{
background-color: #D0857E;
}
</style>
border-color css
<style>
span { border-color: #D0857E; }
span { border-color: rgb(208,133,126); }
td.TdClassName
{
border-color: #D0857E;
}
.TagClassName
{
border-color: #D0857E;
}
</style>