Shades of My Pink #D08E7F
Tints of My Pink #D08E7F
RGB
CMYK
RGB Variations
Color information
#D08E7F (or 0xD08E7F) is known color: My Pink. HEX triplet: D0, 8E and 7F. RGB value is (208,142,127). Sum of RGB (Red+Green+Blue) = 208+142+127=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E7F is #2F7180. Grayscale: #A0A0A0. Windows color (decimal): -3109249 or 8359632. OLE color: 8359632.
HSL color Cylindrical-coordinate representation of color #D08E7F: hue angle of 11.11º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08E7F is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 127 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.18 |
| HSL | 11.11º | 0.46% | 0.66% | - |
| HSV(B) | 11.11º | 0.39% | 0.82% | - |
| XYZ | 39.52 | 34.29 | 24.61 | - |
| YUV | 160.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 127 | 0 | 0.32 | 0.39 | 0.18 | 11.11 | 0.46 | 0.66 |
| Hex | D0 | 8E | 7F | 0 | 20 | 27 | 12 | B | 2E | 42 |
| Octal | 320 | 216 | 177 | 0 | 40 | 47 | 22 | 13 | 56 | 102 |
| Binary | 11010000 | 10001110 | 1111111 | 0 | 100000 | 100111 | 10010 | 1011 | 101110 | 1000010 |
Color Harmonies of #D08E7F
Complementary color
Monochromatic Colors of #D08E7F
Black with #D08E7F
Text Example
Text Example
White with #D08E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E7F; }
p { color: rgb(208,142,127); }
H1.HeaderClassName
{
color: #D08E7F;
}
.AnyTagClassName
{
color: #D08E7F;
}
</style>
background-color css
<style>
a { background-color: #D08E7F; }
a { background-color: rgb(208,142,127); }
div.DivClassName
{
background-color: #D08E7F;
}
.BgClassName
{
background-color: #D08E7F;
}
</style>
border-color css
<style>
span { border-color: #D08E7F; }
span { border-color: rgb(208,142,127); }
td.TdClassName
{
border-color: #D08E7F;
}
.TagClassName
{
border-color: #D08E7F;
}
</style>