Shades of My Pink #D59582
Tints of My Pink #D59582
RGB
CMYK
RGB Variations
Color information
#D59582 (or 0xD59582) is known color: My Pink. HEX triplet: D5, 95 and 82. RGB value is (213,149,130). Sum of RGB (Red+Green+Blue) = 213+149+130=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59582 is #2A6A7D. Grayscale: #A6A6A6. Windows color (decimal): -2779774 or 8558037. OLE color: 8558037.
HSL color Cylindrical-coordinate representation of color #D59582: hue angle of 13.73º 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 #D59582 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 130 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.16 |
| HSL | 13.73º | 0.5% | 0.67% | - |
| HSV(B) | 13.73º | 0.39% | 0.84% | - |
| XYZ | 42.22 | 37.25 | 26.08 | - |
| YUV | 165.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 130 | 0 | 0.30 | 0.39 | 0.16 | 13.73 | 0.5 | 0.67 |
| Hex | D5 | 95 | 82 | 0 | 1E | 27 | 10 | E | 32 | 43 |
| Octal | 325 | 225 | 202 | 0 | 36 | 47 | 20 | 16 | 62 | 103 |
| Binary | 11010101 | 10010101 | 10000010 | 0 | 11110 | 100111 | 10000 | 1110 | 110010 | 1000011 |
Color Harmonies of #D59582
Complementary color
Monochromatic Colors of #D59582
Black with #D59582
Text Example
Text Example
White with #D59582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59582; }
p { color: rgb(213,149,130); }
H1.HeaderClassName
{
color: #D59582;
}
.AnyTagClassName
{
color: #D59582;
}
</style>
background-color css
<style>
a { background-color: #D59582; }
a { background-color: rgb(213,149,130); }
div.DivClassName
{
background-color: #D59582;
}
.BgClassName
{
background-color: #D59582;
}
</style>
border-color css
<style>
span { border-color: #D59582; }
span { border-color: rgb(213,149,130); }
td.TdClassName
{
border-color: #D59582;
}
.TagClassName
{
border-color: #D59582;
}
</style>