Shades of My Pink #D08F84
Tints of My Pink #D08F84
RGB
CMYK
RGB Variations
Color information
#D08F84 (or 0xD08F84) is known color: My Pink. HEX triplet: D0, 8F and 84. RGB value is (208,143,132). Sum of RGB (Red+Green+Blue) = 208+143+132=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08F84 is #2F707B. Grayscale: #A1A1A1. Windows color (decimal): -3108988 or 8687568. OLE color: 8687568.
HSL color Cylindrical-coordinate representation of color #D08F84: hue angle of 8.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08F84 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 132 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.18 |
| HSL | 8.68º | 0.45% | 0.67% | - |
| HSV(B) | 8.68º | 0.37% | 0.82% | - |
| XYZ | 40 | 34.72 | 26.42 | - |
| YUV | 161.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 132 | 0 | 0.31 | 0.37 | 0.18 | 8.68 | 0.45 | 0.67 |
| Hex | D0 | 8F | 84 | 0 | 1F | 25 | 12 | 9 | 2D | 43 |
| Octal | 320 | 217 | 204 | 0 | 37 | 45 | 22 | 11 | 55 | 103 |
| Binary | 11010000 | 10001111 | 10000100 | 0 | 11111 | 100101 | 10010 | 1001 | 101101 | 1000011 |
Color Harmonies of #D08F84
Complementary color
Monochromatic Colors of #D08F84
Black with #D08F84
Text Example
Text Example
White with #D08F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F84; }
p { color: rgb(208,143,132); }
H1.HeaderClassName
{
color: #D08F84;
}
.AnyTagClassName
{
color: #D08F84;
}
</style>
background-color css
<style>
a { background-color: #D08F84; }
a { background-color: rgb(208,143,132); }
div.DivClassName
{
background-color: #D08F84;
}
.BgClassName
{
background-color: #D08F84;
}
</style>
border-color css
<style>
span { border-color: #D08F84; }
span { border-color: rgb(208,143,132); }
td.TdClassName
{
border-color: #D08F84;
}
.TagClassName
{
border-color: #D08F84;
}
</style>