Shades of My Pink #DA8D84
Tints of My Pink #DA8D84
RGB
CMYK
RGB Variations
Color information
#DA8D84 (or 0xDA8D84) is known color: My Pink. HEX triplet: DA, 8D and 84. RGB value is (218,141,132). Sum of RGB (Red+Green+Blue) = 218+141+132=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D84 is #25727B. Grayscale: #A3A3A3. Windows color (decimal): -2454140 or 8687066. OLE color: 8687066.
HSL color Cylindrical-coordinate representation of color #DA8D84: hue angle of 6.28º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8D84 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 132 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.15 |
| HSL | 6.28º | 0.54% | 0.69% | - |
| HSV(B) | 6.28º | 0.39% | 0.85% | - |
| XYZ | 42.6 | 35.62 | 26.46 | - |
| YUV | 163 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 132 | 0 | 0.35 | 0.39 | 0.15 | 6.28 | 0.54 | 0.69 |
| Hex | DA | 8D | 84 | 0 | 23 | 27 | F | 6 | 36 | 45 |
| Octal | 332 | 215 | 204 | 0 | 43 | 47 | 17 | 6 | 66 | 105 |
| Binary | 11011010 | 10001101 | 10000100 | 0 | 100011 | 100111 | 1111 | 110 | 110110 | 1000101 |
Color Harmonies of #DA8D84
Complementary color
Monochromatic Colors of #DA8D84
Black with #DA8D84
Text Example
Text Example
White with #DA8D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D84; }
p { color: rgb(218,141,132); }
H1.HeaderClassName
{
color: #DA8D84;
}
.AnyTagClassName
{
color: #DA8D84;
}
</style>
background-color css
<style>
a { background-color: #DA8D84; }
a { background-color: rgb(218,141,132); }
div.DivClassName
{
background-color: #DA8D84;
}
.BgClassName
{
background-color: #DA8D84;
}
</style>
border-color css
<style>
span { border-color: #DA8D84; }
span { border-color: rgb(218,141,132); }
td.TdClassName
{
border-color: #DA8D84;
}
.TagClassName
{
border-color: #DA8D84;
}
</style>