Shades of My Pink #D39384
Tints of My Pink #D39384
RGB
CMYK
RGB Variations
Color information
#D39384 (or 0xD39384) is known color: My Pink. HEX triplet: D3, 93 and 84. RGB value is (211,147,132). Sum of RGB (Red+Green+Blue) = 211+147+132=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D39384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39384 is #2C6C7B. Grayscale: #A4A4A4. Windows color (decimal): -2911356 or 8688595. OLE color: 8688595.
HSL color Cylindrical-coordinate representation of color #D39384: hue angle of 11.39º 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 #D39384 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 132 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.17 |
| HSL | 11.39º | 0.47% | 0.67% | - |
| HSV(B) | 11.39º | 0.37% | 0.83% | - |
| XYZ | 41.46 | 36.38 | 26.67 | - |
| YUV | 164.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 132 | 0 | 0.30 | 0.37 | 0.17 | 11.39 | 0.47 | 0.67 |
| Hex | D3 | 93 | 84 | 0 | 1E | 25 | 11 | B | 2F | 43 |
| Octal | 323 | 223 | 204 | 0 | 36 | 45 | 21 | 13 | 57 | 103 |
| Binary | 11010011 | 10010011 | 10000100 | 0 | 11110 | 100101 | 10001 | 1011 | 101111 | 1000011 |
Color Harmonies of #D39384
Complementary color
Monochromatic Colors of #D39384
Black with #D39384
Text Example
Text Example
White with #D39384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39384; }
p { color: rgb(211,147,132); }
H1.HeaderClassName
{
color: #D39384;
}
.AnyTagClassName
{
color: #D39384;
}
</style>
background-color css
<style>
a { background-color: #D39384; }
a { background-color: rgb(211,147,132); }
div.DivClassName
{
background-color: #D39384;
}
.BgClassName
{
background-color: #D39384;
}
</style>
border-color css
<style>
span { border-color: #D39384; }
span { border-color: rgb(211,147,132); }
td.TdClassName
{
border-color: #D39384;
}
.TagClassName
{
border-color: #D39384;
}
</style>