Shades of My Pink #D38680
Tints of My Pink #D38680
RGB
CMYK
RGB Variations
Color information
#D38680 (or 0xD38680) is known color: My Pink. HEX triplet: D3, 86 and 80. RGB value is (211,134,128). Sum of RGB (Red+Green+Blue) = 211+134+128=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D38680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38680 is #2C797F. Grayscale: #9C9C9C. Windows color (decimal): -2914688 or 8423123. OLE color: 8423123.
HSL color Cylindrical-coordinate representation of color #D38680: hue angle of 4.34º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38680 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 128 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.17 |
| HSL | 4.34º | 0.49% | 0.66% | - |
| HSV(B) | 4.34º | 0.39% | 0.83% | - |
| XYZ | 39.29 | 32.46 | 24.62 | - |
| YUV | 156.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 128 | 0 | 0.36 | 0.39 | 0.17 | 4.34 | 0.49 | 0.66 |
| Hex | D3 | 86 | 80 | 0 | 24 | 27 | 11 | 4 | 31 | 42 |
| Octal | 323 | 206 | 200 | 0 | 44 | 47 | 21 | 4 | 61 | 102 |
| Binary | 11010011 | 10000110 | 10000000 | 0 | 100100 | 100111 | 10001 | 100 | 110001 | 1000010 |
Color Harmonies of #D38680
Complementary color
Monochromatic Colors of #D38680
Black with #D38680
Text Example
Text Example
White with #D38680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38680; }
p { color: rgb(211,134,128); }
H1.HeaderClassName
{
color: #D38680;
}
.AnyTagClassName
{
color: #D38680;
}
</style>
background-color css
<style>
a { background-color: #D38680; }
a { background-color: rgb(211,134,128); }
div.DivClassName
{
background-color: #D38680;
}
.BgClassName
{
background-color: #D38680;
}
</style>
border-color css
<style>
span { border-color: #D38680; }
span { border-color: rgb(211,134,128); }
td.TdClassName
{
border-color: #D38680;
}
.TagClassName
{
border-color: #D38680;
}
</style>