Shades of My Pink #DA8F7F
Tints of My Pink #DA8F7F
RGB
CMYK
RGB Variations
Color information
#DA8F7F (or 0xDA8F7F) is known color: My Pink. HEX triplet: DA, 8F and 7F. RGB value is (218,143,127). Sum of RGB (Red+Green+Blue) = 218+143+127=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F7F is #257080. Grayscale: #A3A3A3. Windows color (decimal): -2453633 or 8359898. OLE color: 8359898.
HSL color Cylindrical-coordinate representation of color #DA8F7F: hue angle of 10.55º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA8F7F is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 127 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.15 |
| HSL | 10.55º | 0.55% | 0.68% | - |
| HSV(B) | 10.55º | 0.42% | 0.85% | - |
| XYZ | 42.57 | 36.08 | 24.8 | - |
| YUV | 163.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 127 | 0 | 0.34 | 0.42 | 0.15 | 10.55 | 0.55 | 0.68 |
| Hex | DA | 8F | 7F | 0 | 22 | 2A | F | B | 37 | 44 |
| Octal | 332 | 217 | 177 | 0 | 42 | 52 | 17 | 13 | 67 | 104 |
| Binary | 11011010 | 10001111 | 1111111 | 0 | 100010 | 101010 | 1111 | 1011 | 110111 | 1000100 |
Color Harmonies of #DA8F7F
Complementary color
Monochromatic Colors of #DA8F7F
Black with #DA8F7F
Text Example
Text Example
White with #DA8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F7F; }
p { color: rgb(218,143,127); }
H1.HeaderClassName
{
color: #DA8F7F;
}
.AnyTagClassName
{
color: #DA8F7F;
}
</style>
background-color css
<style>
a { background-color: #DA8F7F; }
a { background-color: rgb(218,143,127); }
div.DivClassName
{
background-color: #DA8F7F;
}
.BgClassName
{
background-color: #DA8F7F;
}
</style>
border-color css
<style>
span { border-color: #DA8F7F; }
span { border-color: rgb(218,143,127); }
td.TdClassName
{
border-color: #DA8F7F;
}
.TagClassName
{
border-color: #DA8F7F;
}
</style>