Shades of My Pink #D0867D
Tints of My Pink #D0867D
RGB
CMYK
RGB Variations
Color information
#D0867D (or 0xD0867D) is known color: My Pink. HEX triplet: D0, 86 and 7D. RGB value is (208,134,125). Sum of RGB (Red+Green+Blue) = 208+134+125=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0867D is #2F7982. Grayscale: #9B9B9B. Windows color (decimal): -3111299 or 8226512. OLE color: 8226512.
HSL color Cylindrical-coordinate representation of color #D0867D: hue angle of 6.51º 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 #D0867D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 125 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.18 |
| HSL | 6.51º | 0.47% | 0.65% | - |
| HSV(B) | 6.51º | 0.4% | 0.82% | - |
| XYZ | 38.24 | 31.94 | 23.55 | - |
| YUV | 155.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 125 | 0 | 0.36 | 0.40 | 0.18 | 6.51 | 0.47 | 0.65 |
| Hex | D0 | 86 | 7D | 0 | 24 | 28 | 12 | 7 | 2F | 41 |
| Octal | 320 | 206 | 175 | 0 | 44 | 50 | 22 | 7 | 57 | 101 |
| Binary | 11010000 | 10000110 | 1111101 | 0 | 100100 | 101000 | 10010 | 111 | 101111 | 1000001 |
Color Harmonies of #D0867D
Complementary color
Monochromatic Colors of #D0867D
Black with #D0867D
Text Example
Text Example
White with #D0867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0867D; }
p { color: rgb(208,134,125); }
H1.HeaderClassName
{
color: #D0867D;
}
.AnyTagClassName
{
color: #D0867D;
}
</style>
background-color css
<style>
a { background-color: #D0867D; }
a { background-color: rgb(208,134,125); }
div.DivClassName
{
background-color: #D0867D;
}
.BgClassName
{
background-color: #D0867D;
}
</style>
border-color css
<style>
span { border-color: #D0867D; }
span { border-color: rgb(208,134,125); }
td.TdClassName
{
border-color: #D0867D;
}
.TagClassName
{
border-color: #D0867D;
}
</style>