Shades of My Pink #D68A79
Tints of My Pink #D68A79
RGB
CMYK
RGB Variations
Color information
#D68A79 (or 0xD68A79) is known color: My Pink. HEX triplet: D6, 8A and 79. RGB value is (214,138,121). Sum of RGB (Red+Green+Blue) = 214+138+121=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A79 is #297586. Grayscale: #9E9E9E. Windows color (decimal): -2717063 or 7965398. OLE color: 7965398.
HSL color Cylindrical-coordinate representation of color #D68A79: hue angle of 10.97º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68A79 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 121 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.16 |
| HSL | 10.97º | 0.53% | 0.66% | - |
| HSV(B) | 10.97º | 0.43% | 0.84% | - |
| XYZ | 40.27 | 33.85 | 22.5 | - |
| YUV | 158.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 121 | 0 | 0.36 | 0.43 | 0.16 | 10.97 | 0.53 | 0.66 |
| Hex | D6 | 8A | 79 | 0 | 24 | 2B | 10 | B | 35 | 42 |
| Octal | 326 | 212 | 171 | 0 | 44 | 53 | 20 | 13 | 65 | 102 |
| Binary | 11010110 | 10001010 | 1111001 | 0 | 100100 | 101011 | 10000 | 1011 | 110101 | 1000010 |
Color Harmonies of #D68A79
Complementary color
Monochromatic Colors of #D68A79
Black with #D68A79
Text Example
Text Example
White with #D68A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A79; }
p { color: rgb(214,138,121); }
H1.HeaderClassName
{
color: #D68A79;
}
.AnyTagClassName
{
color: #D68A79;
}
</style>
background-color css
<style>
a { background-color: #D68A79; }
a { background-color: rgb(214,138,121); }
div.DivClassName
{
background-color: #D68A79;
}
.BgClassName
{
background-color: #D68A79;
}
</style>
border-color css
<style>
span { border-color: #D68A79; }
span { border-color: rgb(214,138,121); }
td.TdClassName
{
border-color: #D68A79;
}
.TagClassName
{
border-color: #D68A79;
}
</style>