Shades of My Pink #D78A7D
Tints of My Pink #D78A7D
RGB
CMYK
RGB Variations
Color information
#D78A7D (or 0xD78A7D) is known color: My Pink. HEX triplet: D7, 8A and 7D. RGB value is (215,138,125). Sum of RGB (Red+Green+Blue) = 215+138+125=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A7D is #287582. Grayscale: #9F9F9F. Windows color (decimal): -2651523 or 8227543. OLE color: 8227543.
HSL color Cylindrical-coordinate representation of color #D78A7D: hue angle of 8.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D78A7D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 125 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.16 |
| HSL | 8.67º | 0.53% | 0.67% | - |
| HSV(B) | 8.67º | 0.42% | 0.84% | - |
| XYZ | 40.81 | 34.1 | 23.83 | - |
| YUV | 159.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 125 | 0 | 0.36 | 0.42 | 0.16 | 8.67 | 0.53 | 0.67 |
| Hex | D7 | 8A | 7D | 0 | 24 | 2A | 10 | 9 | 35 | 43 |
| Octal | 327 | 212 | 175 | 0 | 44 | 52 | 20 | 11 | 65 | 103 |
| Binary | 11010111 | 10001010 | 1111101 | 0 | 100100 | 101010 | 10000 | 1001 | 110101 | 1000011 |
Color Harmonies of #D78A7D
Complementary color
Monochromatic Colors of #D78A7D
Black with #D78A7D
Text Example
Text Example
White with #D78A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A7D; }
p { color: rgb(215,138,125); }
H1.HeaderClassName
{
color: #D78A7D;
}
.AnyTagClassName
{
color: #D78A7D;
}
</style>
background-color css
<style>
a { background-color: #D78A7D; }
a { background-color: rgb(215,138,125); }
div.DivClassName
{
background-color: #D78A7D;
}
.BgClassName
{
background-color: #D78A7D;
}
</style>
border-color css
<style>
span { border-color: #D78A7D; }
span { border-color: rgb(215,138,125); }
td.TdClassName
{
border-color: #D78A7D;
}
.TagClassName
{
border-color: #D78A7D;
}
</style>