Shades of My Pink #D59682
Tints of My Pink #D59682
RGB
CMYK
RGB Variations
Color information
#D59682 (or 0xD59682) is known color: My Pink. HEX triplet: D5, 96 and 82. RGB value is (213,150,130). Sum of RGB (Red+Green+Blue) = 213+150+130=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D59682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59682 is #2A697D. Grayscale: #A6A6A6. Windows color (decimal): -2779518 or 8558293. OLE color: 8558293.
HSL color Cylindrical-coordinate representation of color #D59682: hue angle of 14.46º 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 #D59682 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 130 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.16 |
| HSL | 14.46º | 0.5% | 0.67% | - |
| HSV(B) | 14.46º | 0.39% | 0.84% | - |
| XYZ | 42.38 | 37.57 | 26.14 | - |
| YUV | 166.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 130 | 0 | 0.30 | 0.39 | 0.16 | 14.46 | 0.5 | 0.67 |
| Hex | D5 | 96 | 82 | 0 | 1E | 27 | 10 | E | 32 | 43 |
| Octal | 325 | 226 | 202 | 0 | 36 | 47 | 20 | 16 | 62 | 103 |
| Binary | 11010101 | 10010110 | 10000010 | 0 | 11110 | 100111 | 10000 | 1110 | 110010 | 1000011 |
Color Harmonies of #D59682
Complementary color
Monochromatic Colors of #D59682
Black with #D59682
Text Example
Text Example
White with #D59682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59682; }
p { color: rgb(213,150,130); }
H1.HeaderClassName
{
color: #D59682;
}
.AnyTagClassName
{
color: #D59682;
}
</style>
background-color css
<style>
a { background-color: #D59682; }
a { background-color: rgb(213,150,130); }
div.DivClassName
{
background-color: #D59682;
}
.BgClassName
{
background-color: #D59682;
}
</style>
border-color css
<style>
span { border-color: #D59682; }
span { border-color: rgb(213,150,130); }
td.TdClassName
{
border-color: #D59682;
}
.TagClassName
{
border-color: #D59682;
}
</style>