Shades of My Pink #D1867D
Tints of My Pink #D1867D
RGB
CMYK
RGB Variations
Color information
#D1867D (or 0xD1867D) is known color: My Pink. HEX triplet: D1, 86 and 7D. RGB value is (209,134,125). Sum of RGB (Red+Green+Blue) = 209+134+125=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1867D is #2E7982. Grayscale: #9B9B9B. Windows color (decimal): -3045763 or 8226513. OLE color: 8226513.
HSL color Cylindrical-coordinate representation of color #D1867D: hue angle of 6.43º degrees, saturation: 0.48, 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 #D1867D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 125 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.18 |
| HSL | 6.43º | 0.48% | 0.65% | - |
| HSV(B) | 6.43º | 0.4% | 0.82% | - |
| XYZ | 38.52 | 32.09 | 23.56 | - |
| YUV | 155.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 125 | 0 | 0.36 | 0.40 | 0.18 | 6.43 | 0.48 | 0.65 |
| Hex | D1 | 86 | 7D | 0 | 24 | 28 | 12 | 6 | 30 | 41 |
| Octal | 321 | 206 | 175 | 0 | 44 | 50 | 22 | 6 | 60 | 101 |
| Binary | 11010001 | 10000110 | 1111101 | 0 | 100100 | 101000 | 10010 | 110 | 110000 | 1000001 |
Color Harmonies of #D1867D
Complementary color
Monochromatic Colors of #D1867D
Black with #D1867D
Text Example
Text Example
White with #D1867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1867D; }
p { color: rgb(209,134,125); }
H1.HeaderClassName
{
color: #D1867D;
}
.AnyTagClassName
{
color: #D1867D;
}
</style>
background-color css
<style>
a { background-color: #D1867D; }
a { background-color: rgb(209,134,125); }
div.DivClassName
{
background-color: #D1867D;
}
.BgClassName
{
background-color: #D1867D;
}
</style>
border-color css
<style>
span { border-color: #D1867D; }
span { border-color: rgb(209,134,125); }
td.TdClassName
{
border-color: #D1867D;
}
.TagClassName
{
border-color: #D1867D;
}
</style>