Shades of My Pink #D68A78
Tints of My Pink #D68A78
RGB
CMYK
RGB Variations
Color information
#D68A78 (or 0xD68A78) is known color: My Pink. HEX triplet: D6, 8A and 78. RGB value is (214,138,120). Sum of RGB (Red+Green+Blue) = 214+138+120=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A78 is #297587. Grayscale: #9E9E9E. Windows color (decimal): -2717064 or 7899862. OLE color: 7899862.
HSL color Cylindrical-coordinate representation of color #D68A78: hue angle of 11.49º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68A78 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 120 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.16 |
| HSL | 11.49º | 0.53% | 0.65% | - |
| HSV(B) | 11.49º | 0.44% | 0.84% | - |
| XYZ | 40.21 | 33.83 | 22.18 | - |
| YUV | 158.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 120 | 0 | 0.36 | 0.44 | 0.16 | 11.49 | 0.53 | 0.65 |
| Hex | D6 | 8A | 78 | 0 | 24 | 2C | 10 | B | 35 | 41 |
| Octal | 326 | 212 | 170 | 0 | 44 | 54 | 20 | 13 | 65 | 101 |
| Binary | 11010110 | 10001010 | 1111000 | 0 | 100100 | 101100 | 10000 | 1011 | 110101 | 1000001 |
Color Harmonies of #D68A78
Complementary color
Monochromatic Colors of #D68A78
Black with #D68A78
Text Example
Text Example
White with #D68A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A78; }
p { color: rgb(214,138,120); }
H1.HeaderClassName
{
color: #D68A78;
}
.AnyTagClassName
{
color: #D68A78;
}
</style>
background-color css
<style>
a { background-color: #D68A78; }
a { background-color: rgb(214,138,120); }
div.DivClassName
{
background-color: #D68A78;
}
.BgClassName
{
background-color: #D68A78;
}
</style>
border-color css
<style>
span { border-color: #D68A78; }
span { border-color: rgb(214,138,120); }
td.TdClassName
{
border-color: #D68A78;
}
.TagClassName
{
border-color: #D68A78;
}
</style>