Shades of My Pink #D59482
Tints of My Pink #D59482
RGB
CMYK
RGB Variations
Color information
#D59482 (or 0xD59482) is known color: My Pink. HEX triplet: D5, 94 and 82. RGB value is (213,148,130). Sum of RGB (Red+Green+Blue) = 213+148+130=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59482 is #2A6B7D. Grayscale: #A5A5A5. Windows color (decimal): -2780030 or 8557781. OLE color: 8557781.
HSL color Cylindrical-coordinate representation of color #D59482: hue angle of 13.01º 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 #D59482 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 130 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.16 |
| HSL | 13.01º | 0.5% | 0.67% | - |
| HSV(B) | 13.01º | 0.39% | 0.84% | - |
| XYZ | 42.06 | 36.94 | 26.03 | - |
| YUV | 165.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 130 | 0 | 0.31 | 0.39 | 0.16 | 13.01 | 0.5 | 0.67 |
| Hex | D5 | 94 | 82 | 0 | 1F | 27 | 10 | D | 32 | 43 |
| Octal | 325 | 224 | 202 | 0 | 37 | 47 | 20 | 15 | 62 | 103 |
| Binary | 11010101 | 10010100 | 10000010 | 0 | 11111 | 100111 | 10000 | 1101 | 110010 | 1000011 |
Color Harmonies of #D59482
Complementary color
Monochromatic Colors of #D59482
Black with #D59482
Text Example
Text Example
White with #D59482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59482; }
p { color: rgb(213,148,130); }
H1.HeaderClassName
{
color: #D59482;
}
.AnyTagClassName
{
color: #D59482;
}
</style>
background-color css
<style>
a { background-color: #D59482; }
a { background-color: rgb(213,148,130); }
div.DivClassName
{
background-color: #D59482;
}
.BgClassName
{
background-color: #D59482;
}
</style>
border-color css
<style>
span { border-color: #D59482; }
span { border-color: rgb(213,148,130); }
td.TdClassName
{
border-color: #D59482;
}
.TagClassName
{
border-color: #D59482;
}
</style>