Shades of My Pink #DA8F81
Tints of My Pink #DA8F81
RGB
CMYK
RGB Variations
Color information
#DA8F81 (or 0xDA8F81) is known color: My Pink. HEX triplet: DA, 8F and 81. RGB value is (218,143,129). Sum of RGB (Red+Green+Blue) = 218+143+129=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F81 is #25707E. Grayscale: #A3A3A3. Windows color (decimal): -2453631 or 8490970. OLE color: 8490970.
HSL color Cylindrical-coordinate representation of color #DA8F81: hue angle of 9.44º 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 #DA8F81 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 129 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.15 |
| HSL | 9.44º | 0.55% | 0.68% | - |
| HSV(B) | 9.44º | 0.41% | 0.85% | - |
| XYZ | 42.7 | 36.14 | 25.49 | - |
| YUV | 163.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 129 | 0 | 0.34 | 0.41 | 0.15 | 9.44 | 0.55 | 0.68 |
| Hex | DA | 8F | 81 | 0 | 22 | 29 | F | 9 | 37 | 44 |
| Octal | 332 | 217 | 201 | 0 | 42 | 51 | 17 | 11 | 67 | 104 |
| Binary | 11011010 | 10001111 | 10000001 | 0 | 100010 | 101001 | 1111 | 1001 | 110111 | 1000100 |
Color Harmonies of #DA8F81
Complementary color
Monochromatic Colors of #DA8F81
Black with #DA8F81
Text Example
Text Example
White with #DA8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F81; }
p { color: rgb(218,143,129); }
H1.HeaderClassName
{
color: #DA8F81;
}
.AnyTagClassName
{
color: #DA8F81;
}
</style>
background-color css
<style>
a { background-color: #DA8F81; }
a { background-color: rgb(218,143,129); }
div.DivClassName
{
background-color: #DA8F81;
}
.BgClassName
{
background-color: #DA8F81;
}
</style>
border-color css
<style>
span { border-color: #DA8F81; }
span { border-color: rgb(218,143,129); }
td.TdClassName
{
border-color: #DA8F81;
}
.TagClassName
{
border-color: #DA8F81;
}
</style>