Shades of My Pink #D38779
Tints of My Pink #D38779
RGB
CMYK
RGB Variations
Color information
#D38779 (or 0xD38779) is known color: My Pink. HEX triplet: D3, 87 and 79. RGB value is (211,135,121). Sum of RGB (Red+Green+Blue) = 211+135+121=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D38779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38779 is #2C7886. Grayscale: #9C9C9C. Windows color (decimal): -2914439 or 7964627. OLE color: 7964627.
HSL color Cylindrical-coordinate representation of color #D38779: hue angle of 9.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D38779 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 121 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.17 |
| HSL | 9.33º | 0.51% | 0.65% | - |
| HSV(B) | 9.33º | 0.43% | 0.83% | - |
| XYZ | 38.98 | 32.56 | 22.32 | - |
| YUV | 156.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 121 | 0 | 0.36 | 0.43 | 0.17 | 9.33 | 0.51 | 0.65 |
| Hex | D3 | 87 | 79 | 0 | 24 | 2B | 11 | 9 | 33 | 41 |
| Octal | 323 | 207 | 171 | 0 | 44 | 53 | 21 | 11 | 63 | 101 |
| Binary | 11010011 | 10000111 | 1111001 | 0 | 100100 | 101011 | 10001 | 1001 | 110011 | 1000001 |
Color Harmonies of #D38779
Complementary color
Monochromatic Colors of #D38779
Black with #D38779
Text Example
Text Example
White with #D38779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38779; }
p { color: rgb(211,135,121); }
H1.HeaderClassName
{
color: #D38779;
}
.AnyTagClassName
{
color: #D38779;
}
</style>
background-color css
<style>
a { background-color: #D38779; }
a { background-color: rgb(211,135,121); }
div.DivClassName
{
background-color: #D38779;
}
.BgClassName
{
background-color: #D38779;
}
</style>
border-color css
<style>
span { border-color: #D38779; }
span { border-color: rgb(211,135,121); }
td.TdClassName
{
border-color: #D38779;
}
.TagClassName
{
border-color: #D38779;
}
</style>