Shades of My Pink #DA8C81
Tints of My Pink #DA8C81
RGB
CMYK
RGB Variations
Color information
#DA8C81 (or 0xDA8C81) is known color: My Pink. HEX triplet: DA, 8C and 81. RGB value is (218,140,129). Sum of RGB (Red+Green+Blue) = 218+140+129=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C81 is #25737E. Grayscale: #A2A2A2. Windows color (decimal): -2454399 or 8490202. OLE color: 8490202.
HSL color Cylindrical-coordinate representation of color #DA8C81: hue angle of 7.42º 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 #DA8C81 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 129 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.15 |
| HSL | 7.42º | 0.55% | 0.68% | - |
| HSV(B) | 7.42º | 0.41% | 0.85% | - |
| XYZ | 42.25 | 35.25 | 25.35 | - |
| YUV | 162.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 129 | 0 | 0.36 | 0.41 | 0.15 | 7.42 | 0.55 | 0.68 |
| Hex | DA | 8C | 81 | 0 | 24 | 29 | F | 7 | 37 | 44 |
| Octal | 332 | 214 | 201 | 0 | 44 | 51 | 17 | 7 | 67 | 104 |
| Binary | 11011010 | 10001100 | 10000001 | 0 | 100100 | 101001 | 1111 | 111 | 110111 | 1000100 |
Color Harmonies of #DA8C81
Complementary color
Monochromatic Colors of #DA8C81
Black with #DA8C81
Text Example
Text Example
White with #DA8C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C81; }
p { color: rgb(218,140,129); }
H1.HeaderClassName
{
color: #DA8C81;
}
.AnyTagClassName
{
color: #DA8C81;
}
</style>
background-color css
<style>
a { background-color: #DA8C81; }
a { background-color: rgb(218,140,129); }
div.DivClassName
{
background-color: #DA8C81;
}
.BgClassName
{
background-color: #DA8C81;
}
</style>
border-color css
<style>
span { border-color: #DA8C81; }
span { border-color: rgb(218,140,129); }
td.TdClassName
{
border-color: #DA8C81;
}
.TagClassName
{
border-color: #DA8C81;
}
</style>