Shades of My Pink #D59382
Tints of My Pink #D59382
RGB
CMYK
RGB Variations
Color information
#D59382 (or 0xD59382) is known color: My Pink. HEX triplet: D5, 93 and 82. RGB value is (213,147,130). Sum of RGB (Red+Green+Blue) = 213+147+130=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D59382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59382 is #2A6C7D. Grayscale: #A4A4A4. Windows color (decimal): -2780286 or 8557525. OLE color: 8557525.
HSL color Cylindrical-coordinate representation of color #D59382: hue angle of 12.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59382 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 130 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.16 |
| HSL | 12.29º | 0.5% | 0.67% | - |
| HSV(B) | 12.29º | 0.39% | 0.84% | - |
| XYZ | 41.9 | 36.63 | 25.98 | - |
| YUV | 164.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 130 | 0 | 0.31 | 0.39 | 0.16 | 12.29 | 0.5 | 0.67 |
| Hex | D5 | 93 | 82 | 0 | 1F | 27 | 10 | C | 32 | 43 |
| Octal | 325 | 223 | 202 | 0 | 37 | 47 | 20 | 14 | 62 | 103 |
| Binary | 11010101 | 10010011 | 10000010 | 0 | 11111 | 100111 | 10000 | 1100 | 110010 | 1000011 |
Color Harmonies of #D59382
Complementary color
Monochromatic Colors of #D59382
Black with #D59382
Text Example
Text Example
White with #D59382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59382; }
p { color: rgb(213,147,130); }
H1.HeaderClassName
{
color: #D59382;
}
.AnyTagClassName
{
color: #D59382;
}
</style>
background-color css
<style>
a { background-color: #D59382; }
a { background-color: rgb(213,147,130); }
div.DivClassName
{
background-color: #D59382;
}
.BgClassName
{
background-color: #D59382;
}
</style>
border-color css
<style>
span { border-color: #D59382; }
span { border-color: rgb(213,147,130); }
td.TdClassName
{
border-color: #D59382;
}
.TagClassName
{
border-color: #D59382;
}
</style>