Shades of My Pink #DA8F82
Tints of My Pink #DA8F82
RGB
CMYK
RGB Variations
Color information
#DA8F82 (or 0xDA8F82) is known color: My Pink. HEX triplet: DA, 8F and 82. RGB value is (218,143,130). Sum of RGB (Red+Green+Blue) = 218+143+130=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F82 is #25707D. Grayscale: #A4A4A4. Windows color (decimal): -2453630 or 8556506. OLE color: 8556506.
HSL color Cylindrical-coordinate representation of color #DA8F82: hue angle of 8.86º 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 #DA8F82 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 130 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.15 |
| HSL | 8.86º | 0.54% | 0.68% | - |
| HSV(B) | 8.86º | 0.4% | 0.85% | - |
| XYZ | 42.77 | 36.16 | 25.85 | - |
| YUV | 163.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 130 | 0 | 0.34 | 0.40 | 0.15 | 8.86 | 0.54 | 0.68 |
| Hex | DA | 8F | 82 | 0 | 22 | 28 | F | 9 | 36 | 44 |
| Octal | 332 | 217 | 202 | 0 | 42 | 50 | 17 | 11 | 66 | 104 |
| Binary | 11011010 | 10001111 | 10000010 | 0 | 100010 | 101000 | 1111 | 1001 | 110110 | 1000100 |
Color Harmonies of #DA8F82
Complementary color
Monochromatic Colors of #DA8F82
Black with #DA8F82
Text Example
Text Example
White with #DA8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F82; }
p { color: rgb(218,143,130); }
H1.HeaderClassName
{
color: #DA8F82;
}
.AnyTagClassName
{
color: #DA8F82;
}
</style>
background-color css
<style>
a { background-color: #DA8F82; }
a { background-color: rgb(218,143,130); }
div.DivClassName
{
background-color: #DA8F82;
}
.BgClassName
{
background-color: #DA8F82;
}
</style>
border-color css
<style>
span { border-color: #DA8F82; }
span { border-color: rgb(218,143,130); }
td.TdClassName
{
border-color: #DA8F82;
}
.TagClassName
{
border-color: #DA8F82;
}
</style>