Shades of My Pink #DA8C82
Tints of My Pink #DA8C82
RGB
CMYK
RGB Variations
Color information
#DA8C82 (or 0xDA8C82) is known color: My Pink. HEX triplet: DA, 8C and 82. RGB value is (218,140,130). Sum of RGB (Red+Green+Blue) = 218+140+130=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C82 is #25737D. Grayscale: #A2A2A2. Windows color (decimal): -2454398 or 8555738. OLE color: 8555738.
HSL color Cylindrical-coordinate representation of color #DA8C82: hue angle of 6.82º 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 #DA8C82 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 130 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.15 |
| HSL | 6.82º | 0.54% | 0.68% | - |
| HSV(B) | 6.82º | 0.4% | 0.85% | - |
| XYZ | 42.32 | 35.27 | 25.7 | - |
| YUV | 162.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 130 | 0 | 0.36 | 0.40 | 0.15 | 6.82 | 0.54 | 0.68 |
| Hex | DA | 8C | 82 | 0 | 24 | 28 | F | 7 | 36 | 44 |
| Octal | 332 | 214 | 202 | 0 | 44 | 50 | 17 | 7 | 66 | 104 |
| Binary | 11011010 | 10001100 | 10000010 | 0 | 100100 | 101000 | 1111 | 111 | 110110 | 1000100 |
Color Harmonies of #DA8C82
Complementary color
Monochromatic Colors of #DA8C82
Black with #DA8C82
Text Example
Text Example
White with #DA8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C82; }
p { color: rgb(218,140,130); }
H1.HeaderClassName
{
color: #DA8C82;
}
.AnyTagClassName
{
color: #DA8C82;
}
</style>
background-color css
<style>
a { background-color: #DA8C82; }
a { background-color: rgb(218,140,130); }
div.DivClassName
{
background-color: #DA8C82;
}
.BgClassName
{
background-color: #DA8C82;
}
</style>
border-color css
<style>
span { border-color: #DA8C82; }
span { border-color: rgb(218,140,130); }
td.TdClassName
{
border-color: #DA8C82;
}
.TagClassName
{
border-color: #DA8C82;
}
</style>