Shades of My Pink #D39380
Tints of My Pink #D39380
RGB
CMYK
RGB Variations
Color information
#D39380 (or 0xD39380) is known color: My Pink. HEX triplet: D3, 93 and 80. RGB value is (211,147,128). Sum of RGB (Red+Green+Blue) = 211+147+128=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D39380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39380 is #2C6C7F. Grayscale: #A4A4A4. Windows color (decimal): -2911360 or 8426451. OLE color: 8426451.
HSL color Cylindrical-coordinate representation of color #D39380: hue angle of 13.73º 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 #D39380 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 128 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.17 |
| HSL | 13.73º | 0.49% | 0.66% | - |
| HSV(B) | 13.73º | 0.39% | 0.83% | - |
| XYZ | 41.19 | 36.27 | 25.25 | - |
| YUV | 163.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 128 | 0 | 0.30 | 0.39 | 0.17 | 13.73 | 0.49 | 0.66 |
| Hex | D3 | 93 | 80 | 0 | 1E | 27 | 11 | E | 31 | 42 |
| Octal | 323 | 223 | 200 | 0 | 36 | 47 | 21 | 16 | 61 | 102 |
| Binary | 11010011 | 10010011 | 10000000 | 0 | 11110 | 100111 | 10001 | 1110 | 110001 | 1000010 |
Color Harmonies of #D39380
Complementary color
Monochromatic Colors of #D39380
Black with #D39380
Text Example
Text Example
White with #D39380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39380; }
p { color: rgb(211,147,128); }
H1.HeaderClassName
{
color: #D39380;
}
.AnyTagClassName
{
color: #D39380;
}
</style>
background-color css
<style>
a { background-color: #D39380; }
a { background-color: rgb(211,147,128); }
div.DivClassName
{
background-color: #D39380;
}
.BgClassName
{
background-color: #D39380;
}
</style>
border-color css
<style>
span { border-color: #D39380; }
span { border-color: rgb(211,147,128); }
td.TdClassName
{
border-color: #D39380;
}
.TagClassName
{
border-color: #D39380;
}
</style>