Shades of My Pink #D68F84
Tints of My Pink #D68F84
RGB
CMYK
RGB Variations
Color information
#D68F84 (or 0xD68F84) is known color: My Pink. HEX triplet: D6, 8F and 84. RGB value is (214,143,132). Sum of RGB (Red+Green+Blue) = 214+143+132=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F84 is #29707B. Grayscale: #A3A3A3. Windows color (decimal): -2715772 or 8687574. OLE color: 8687574.
HSL color Cylindrical-coordinate representation of color #D68F84: hue angle of 8.05º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68F84 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 132 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.16 |
| HSL | 8.05º | 0.5% | 0.68% | - |
| HSV(B) | 8.05º | 0.38% | 0.84% | - |
| XYZ | 41.72 | 35.61 | 26.5 | - |
| YUV | 162.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 132 | 0 | 0.33 | 0.38 | 0.16 | 8.05 | 0.5 | 0.68 |
| Hex | D6 | 8F | 84 | 0 | 21 | 26 | 10 | 8 | 32 | 44 |
| Octal | 326 | 217 | 204 | 0 | 41 | 46 | 20 | 10 | 62 | 104 |
| Binary | 11010110 | 10001111 | 10000100 | 0 | 100001 | 100110 | 10000 | 1000 | 110010 | 1000100 |
Color Harmonies of #D68F84
Complementary color
Monochromatic Colors of #D68F84
Black with #D68F84
Text Example
Text Example
White with #D68F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F84; }
p { color: rgb(214,143,132); }
H1.HeaderClassName
{
color: #D68F84;
}
.AnyTagClassName
{
color: #D68F84;
}
</style>
background-color css
<style>
a { background-color: #D68F84; }
a { background-color: rgb(214,143,132); }
div.DivClassName
{
background-color: #D68F84;
}
.BgClassName
{
background-color: #D68F84;
}
</style>
border-color css
<style>
span { border-color: #D68F84; }
span { border-color: rgb(214,143,132); }
td.TdClassName
{
border-color: #D68F84;
}
.TagClassName
{
border-color: #D68F84;
}
</style>