Shades of My Pink #DA8F84
Tints of My Pink #DA8F84
RGB
CMYK
RGB Variations
Color information
#DA8F84 (or 0xDA8F84) is known color: My Pink. HEX triplet: DA, 8F and 84. RGB value is (218,143,132). Sum of RGB (Red+Green+Blue) = 218+143+132=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F84 is #25707B. Grayscale: #A4A4A4. Windows color (decimal): -2453628 or 8687578. OLE color: 8687578.
HSL color Cylindrical-coordinate representation of color #DA8F84: hue angle of 7.67º 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 #DA8F84 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 132 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.15 |
| HSL | 7.67º | 0.54% | 0.69% | - |
| HSV(B) | 7.67º | 0.39% | 0.85% | - |
| XYZ | 42.9 | 36.22 | 26.56 | - |
| YUV | 164.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 132 | 0 | 0.34 | 0.39 | 0.15 | 7.67 | 0.54 | 0.69 |
| Hex | DA | 8F | 84 | 0 | 22 | 27 | F | 8 | 36 | 45 |
| Octal | 332 | 217 | 204 | 0 | 42 | 47 | 17 | 10 | 66 | 105 |
| Binary | 11011010 | 10001111 | 10000100 | 0 | 100010 | 100111 | 1111 | 1000 | 110110 | 1000101 |
Color Harmonies of #DA8F84
Complementary color
Monochromatic Colors of #DA8F84
Black with #DA8F84
Text Example
Text Example
White with #DA8F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F84; }
p { color: rgb(218,143,132); }
H1.HeaderClassName
{
color: #DA8F84;
}
.AnyTagClassName
{
color: #DA8F84;
}
</style>
background-color css
<style>
a { background-color: #DA8F84; }
a { background-color: rgb(218,143,132); }
div.DivClassName
{
background-color: #DA8F84;
}
.BgClassName
{
background-color: #DA8F84;
}
</style>
border-color css
<style>
span { border-color: #DA8F84; }
span { border-color: rgb(218,143,132); }
td.TdClassName
{
border-color: #DA8F84;
}
.TagClassName
{
border-color: #DA8F84;
}
</style>