Shades of My Pink #DA9682
Tints of My Pink #DA9682
RGB
CMYK
RGB Variations
Color information
#DA9682 (or 0xDA9682) is known color: My Pink. HEX triplet: DA, 96 and 82. RGB value is (218,150,130). Sum of RGB (Red+Green+Blue) = 218+150+130=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9682 is #25697D. Grayscale: #A8A8A8. Windows color (decimal): -2451838 or 8558298. OLE color: 8558298.
HSL color Cylindrical-coordinate representation of color #DA9682: hue angle of 13.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA9682 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 130 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.15 |
| HSL | 13.64º | 0.54% | 0.68% | - |
| HSV(B) | 13.64º | 0.4% | 0.85% | - |
| XYZ | 43.85 | 38.33 | 26.21 | - |
| YUV | 168.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 130 | 0 | 0.31 | 0.40 | 0.15 | 13.64 | 0.54 | 0.68 |
| Hex | DA | 96 | 82 | 0 | 1F | 28 | F | E | 36 | 44 |
| Octal | 332 | 226 | 202 | 0 | 37 | 50 | 17 | 16 | 66 | 104 |
| Binary | 11011010 | 10010110 | 10000010 | 0 | 11111 | 101000 | 1111 | 1110 | 110110 | 1000100 |
Color Harmonies of #DA9682
Complementary color
Monochromatic Colors of #DA9682
Black with #DA9682
Text Example
Text Example
White with #DA9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9682; }
p { color: rgb(218,150,130); }
H1.HeaderClassName
{
color: #DA9682;
}
.AnyTagClassName
{
color: #DA9682;
}
</style>
background-color css
<style>
a { background-color: #DA9682; }
a { background-color: rgb(218,150,130); }
div.DivClassName
{
background-color: #DA9682;
}
.BgClassName
{
background-color: #DA9682;
}
</style>
border-color css
<style>
span { border-color: #DA9682; }
span { border-color: rgb(218,150,130); }
td.TdClassName
{
border-color: #DA9682;
}
.TagClassName
{
border-color: #DA9682;
}
</style>