Shades of My Pink #D6857D
Tints of My Pink #D6857D
RGB
CMYK
RGB Variations
Color information
#D6857D (or 0xD6857D) is known color: My Pink. HEX triplet: D6, 85 and 7D. RGB value is (214,133,125). Sum of RGB (Red+Green+Blue) = 214+133+125=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6857D is #297A82. Grayscale: #9C9C9C. Windows color (decimal): -2718339 or 8226262. OLE color: 8226262.
HSL color Cylindrical-coordinate representation of color #D6857D: hue angle of 5.39º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6857D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 125 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.16 |
| HSL | 5.39º | 0.52% | 0.66% | - |
| HSV(B) | 5.39º | 0.42% | 0.84% | - |
| XYZ | 39.82 | 32.55 | 23.59 | - |
| YUV | 156.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 125 | 0 | 0.38 | 0.42 | 0.16 | 5.39 | 0.52 | 0.66 |
| Hex | D6 | 85 | 7D | 0 | 26 | 2A | 10 | 5 | 34 | 42 |
| Octal | 326 | 205 | 175 | 0 | 46 | 52 | 20 | 5 | 64 | 102 |
| Binary | 11010110 | 10000101 | 1111101 | 0 | 100110 | 101010 | 10000 | 101 | 110100 | 1000010 |
Color Harmonies of #D6857D
Complementary color
Monochromatic Colors of #D6857D
Black with #D6857D
Text Example
Text Example
White with #D6857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6857D; }
p { color: rgb(214,133,125); }
H1.HeaderClassName
{
color: #D6857D;
}
.AnyTagClassName
{
color: #D6857D;
}
</style>
background-color css
<style>
a { background-color: #D6857D; }
a { background-color: rgb(214,133,125); }
div.DivClassName
{
background-color: #D6857D;
}
.BgClassName
{
background-color: #D6857D;
}
</style>
border-color css
<style>
span { border-color: #D6857D; }
span { border-color: rgb(214,133,125); }
td.TdClassName
{
border-color: #D6857D;
}
.TagClassName
{
border-color: #D6857D;
}
</style>