Shades of My Pink #DA8F80
Tints of My Pink #DA8F80
RGB
CMYK
RGB Variations
Color information
#DA8F80 (or 0xDA8F80) is known color: My Pink. HEX triplet: DA, 8F and 80. RGB value is (218,143,128). Sum of RGB (Red+Green+Blue) = 218+143+128=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F80 is #25707F. Grayscale: #A3A3A3. Windows color (decimal): -2453632 or 8425434. OLE color: 8425434.
HSL color Cylindrical-coordinate representation of color #DA8F80: hue angle of 10º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8F80 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 128 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.15 |
| HSL | 10º | 0.55% | 0.68% | - |
| HSV(B) | 10º | 0.41% | 0.85% | - |
| XYZ | 42.63 | 36.11 | 25.14 | - |
| YUV | 163.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 128 | 0 | 0.34 | 0.41 | 0.15 | 10 | 0.55 | 0.68 |
| Hex | DA | 8F | 80 | 0 | 22 | 29 | F | A | 37 | 44 |
| Octal | 332 | 217 | 200 | 0 | 42 | 51 | 17 | 12 | 67 | 104 |
| Binary | 11011010 | 10001111 | 10000000 | 0 | 100010 | 101001 | 1111 | 1010 | 110111 | 1000100 |
Color Harmonies of #DA8F80
Complementary color
Monochromatic Colors of #DA8F80
Black with #DA8F80
Text Example
Text Example
White with #DA8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F80; }
p { color: rgb(218,143,128); }
H1.HeaderClassName
{
color: #DA8F80;
}
.AnyTagClassName
{
color: #DA8F80;
}
</style>
background-color css
<style>
a { background-color: #DA8F80; }
a { background-color: rgb(218,143,128); }
div.DivClassName
{
background-color: #DA8F80;
}
.BgClassName
{
background-color: #DA8F80;
}
</style>
border-color css
<style>
span { border-color: #DA8F80; }
span { border-color: rgb(218,143,128); }
td.TdClassName
{
border-color: #DA8F80;
}
.TagClassName
{
border-color: #DA8F80;
}
</style>