Shades of My Pink #D38A85
Tints of My Pink #D38A85
RGB
CMYK
RGB Variations
Color information
#D38A85 (or 0xD38A85) is known color: My Pink. HEX triplet: D3, 8A and 85. RGB value is (211,138,133). Sum of RGB (Red+Green+Blue) = 211+138+133=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38A85 is #2C757A. Grayscale: #9F9F9F. Windows color (decimal): -2913659 or 8751827. OLE color: 8751827.
HSL color Cylindrical-coordinate representation of color #D38A85: hue angle of 3.85º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38A85 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 133 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.17 |
| HSL | 3.85º | 0.47% | 0.67% | - |
| HSV(B) | 3.85º | 0.37% | 0.83% | - |
| XYZ | 40.19 | 33.72 | 26.58 | - |
| YUV | 159.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 133 | 0 | 0.35 | 0.37 | 0.17 | 3.85 | 0.47 | 0.67 |
| Hex | D3 | 8A | 85 | 0 | 23 | 25 | 11 | 4 | 2F | 43 |
| Octal | 323 | 212 | 205 | 0 | 43 | 45 | 21 | 4 | 57 | 103 |
| Binary | 11010011 | 10001010 | 10000101 | 0 | 100011 | 100101 | 10001 | 100 | 101111 | 1000011 |
Color Harmonies of #D38A85
Complementary color
Monochromatic Colors of #D38A85
Black with #D38A85
Text Example
Text Example
White with #D38A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A85; }
p { color: rgb(211,138,133); }
H1.HeaderClassName
{
color: #D38A85;
}
.AnyTagClassName
{
color: #D38A85;
}
</style>
background-color css
<style>
a { background-color: #D38A85; }
a { background-color: rgb(211,138,133); }
div.DivClassName
{
background-color: #D38A85;
}
.BgClassName
{
background-color: #D38A85;
}
</style>
border-color css
<style>
span { border-color: #D38A85; }
span { border-color: rgb(211,138,133); }
td.TdClassName
{
border-color: #D38A85;
}
.TagClassName
{
border-color: #D38A85;
}
</style>