Shades of My Pink #D0877A
Tints of My Pink #D0877A
RGB
CMYK
RGB Variations
Color information
#D0877A (or 0xD0877A) is known color: My Pink. HEX triplet: D0, 87 and 7A. RGB value is (208,135,122). Sum of RGB (Red+Green+Blue) = 208+135+122=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0877A is #2F7885. Grayscale: #9B9B9B. Windows color (decimal): -3111046 or 8030160. OLE color: 8030160.
HSL color Cylindrical-coordinate representation of color #D0877A: hue angle of 9.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0877A is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 122 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.18 |
| HSL | 9.07º | 0.48% | 0.65% | - |
| HSV(B) | 9.07º | 0.41% | 0.82% | - |
| XYZ | 38.19 | 32.14 | 22.6 | - |
| YUV | 155.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 122 | 0 | 0.35 | 0.41 | 0.18 | 9.07 | 0.48 | 0.65 |
| Hex | D0 | 87 | 7A | 0 | 23 | 29 | 12 | 9 | 30 | 41 |
| Octal | 320 | 207 | 172 | 0 | 43 | 51 | 22 | 11 | 60 | 101 |
| Binary | 11010000 | 10000111 | 1111010 | 0 | 100011 | 101001 | 10010 | 1001 | 110000 | 1000001 |
Color Harmonies of #D0877A
Complementary color
Monochromatic Colors of #D0877A
Black with #D0877A
Text Example
Text Example
White with #D0877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0877A; }
p { color: rgb(208,135,122); }
H1.HeaderClassName
{
color: #D0877A;
}
.AnyTagClassName
{
color: #D0877A;
}
</style>
background-color css
<style>
a { background-color: #D0877A; }
a { background-color: rgb(208,135,122); }
div.DivClassName
{
background-color: #D0877A;
}
.BgClassName
{
background-color: #D0877A;
}
</style>
border-color css
<style>
span { border-color: #D0877A; }
span { border-color: rgb(208,135,122); }
td.TdClassName
{
border-color: #D0877A;
}
.TagClassName
{
border-color: #D0877A;
}
</style>