Shades of My Pink #D78E7D
Tints of My Pink #D78E7D
RGB
CMYK
RGB Variations
Color information
#D78E7D (or 0xD78E7D) is known color: My Pink. HEX triplet: D7, 8E and 7D. RGB value is (215,142,125). Sum of RGB (Red+Green+Blue) = 215+142+125=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E7D is #287182. Grayscale: #A2A2A2. Windows color (decimal): -2650499 or 8228567. OLE color: 8228567.
HSL color Cylindrical-coordinate representation of color #D78E7D: hue angle of 11.33º 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 #D78E7D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 125 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.16 |
| HSL | 11.33º | 0.53% | 0.67% | - |
| HSV(B) | 11.33º | 0.42% | 0.84% | - |
| XYZ | 41.4 | 35.27 | 24.03 | - |
| YUV | 161.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 125 | 0 | 0.34 | 0.42 | 0.16 | 11.33 | 0.53 | 0.67 |
| Hex | D7 | 8E | 7D | 0 | 22 | 2A | 10 | B | 35 | 43 |
| Octal | 327 | 216 | 175 | 0 | 42 | 52 | 20 | 13 | 65 | 103 |
| Binary | 11010111 | 10001110 | 1111101 | 0 | 100010 | 101010 | 10000 | 1011 | 110101 | 1000011 |
Color Harmonies of #D78E7D
Complementary color
Monochromatic Colors of #D78E7D
Black with #D78E7D
Text Example
Text Example
White with #D78E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E7D; }
p { color: rgb(215,142,125); }
H1.HeaderClassName
{
color: #D78E7D;
}
.AnyTagClassName
{
color: #D78E7D;
}
</style>
background-color css
<style>
a { background-color: #D78E7D; }
a { background-color: rgb(215,142,125); }
div.DivClassName
{
background-color: #D78E7D;
}
.BgClassName
{
background-color: #D78E7D;
}
</style>
border-color css
<style>
span { border-color: #D78E7D; }
span { border-color: rgb(215,142,125); }
td.TdClassName
{
border-color: #D78E7D;
}
.TagClassName
{
border-color: #D78E7D;
}
</style>