Shades of My Pink #D38783
Tints of My Pink #D38783
RGB
CMYK
RGB Variations
Color information
#D38783 (or 0xD38783) is known color: My Pink. HEX triplet: D3, 87 and 83. RGB value is (211,135,131). Sum of RGB (Red+Green+Blue) = 211+135+131=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D38783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38783 is #2C787C. Grayscale: #9D9D9D. Windows color (decimal): -2914429 or 8619987. OLE color: 8619987.
HSL color Cylindrical-coordinate representation of color #D38783: hue angle of 3º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38783 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 131 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.17 |
| HSL | 3º | 0.48% | 0.67% | - |
| HSV(B) | 3º | 0.38% | 0.83% | - |
| XYZ | 39.62 | 32.82 | 25.72 | - |
| YUV | 157.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 131 | 0 | 0.36 | 0.38 | 0.17 | 3 | 0.48 | 0.67 |
| Hex | D3 | 87 | 83 | 0 | 24 | 26 | 11 | 3 | 30 | 43 |
| Octal | 323 | 207 | 203 | 0 | 44 | 46 | 21 | 3 | 60 | 103 |
| Binary | 11010011 | 10000111 | 10000011 | 0 | 100100 | 100110 | 10001 | 11 | 110000 | 1000011 |
Color Harmonies of #D38783
Complementary color
Monochromatic Colors of #D38783
Black with #D38783
Text Example
Text Example
White with #D38783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38783; }
p { color: rgb(211,135,131); }
H1.HeaderClassName
{
color: #D38783;
}
.AnyTagClassName
{
color: #D38783;
}
</style>
background-color css
<style>
a { background-color: #D38783; }
a { background-color: rgb(211,135,131); }
div.DivClassName
{
background-color: #D38783;
}
.BgClassName
{
background-color: #D38783;
}
</style>
border-color css
<style>
span { border-color: #D38783; }
span { border-color: rgb(211,135,131); }
td.TdClassName
{
border-color: #D38783;
}
.TagClassName
{
border-color: #D38783;
}
</style>