Shades of My Pink #D38981
Tints of My Pink #D38981
RGB
CMYK
RGB Variations
Color information
#D38981 (or 0xD38981) is known color: My Pink. HEX triplet: D3, 89 and 81. RGB value is (211,137,129). Sum of RGB (Red+Green+Blue) = 211+137+129=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D38981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38981 is #2C767E. Grayscale: #9E9E9E. Windows color (decimal): -2913919 or 8489427. OLE color: 8489427.
HSL color Cylindrical-coordinate representation of color #D38981: hue angle of 5.85º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38981 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 129 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.17 |
| HSL | 5.85º | 0.48% | 0.67% | - |
| HSV(B) | 5.85º | 0.39% | 0.83% | - |
| XYZ | 39.77 | 33.33 | 25.11 | - |
| YUV | 158.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 129 | 0 | 0.35 | 0.39 | 0.17 | 5.85 | 0.48 | 0.67 |
| Hex | D3 | 89 | 81 | 0 | 23 | 27 | 11 | 6 | 30 | 43 |
| Octal | 323 | 211 | 201 | 0 | 43 | 47 | 21 | 6 | 60 | 103 |
| Binary | 11010011 | 10001001 | 10000001 | 0 | 100011 | 100111 | 10001 | 110 | 110000 | 1000011 |
Color Harmonies of #D38981
Complementary color
Monochromatic Colors of #D38981
Black with #D38981
Text Example
Text Example
White with #D38981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38981; }
p { color: rgb(211,137,129); }
H1.HeaderClassName
{
color: #D38981;
}
.AnyTagClassName
{
color: #D38981;
}
</style>
background-color css
<style>
a { background-color: #D38981; }
a { background-color: rgb(211,137,129); }
div.DivClassName
{
background-color: #D38981;
}
.BgClassName
{
background-color: #D38981;
}
</style>
border-color css
<style>
span { border-color: #D38981; }
span { border-color: rgb(211,137,129); }
td.TdClassName
{
border-color: #D38981;
}
.TagClassName
{
border-color: #D38981;
}
</style>