Shades of My Pink #DA8A83
Tints of My Pink #DA8A83
RGB
CMYK
RGB Variations
Color information
#DA8A83 (or 0xDA8A83) is known color: My Pink. HEX triplet: DA, 8A and 83. RGB value is (218,138,131). Sum of RGB (Red+Green+Blue) = 218+138+131=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A83 is #25757C. Grayscale: #A1A1A1. Windows color (decimal): -2454909 or 8620762. OLE color: 8620762.
HSL color Cylindrical-coordinate representation of color #DA8A83: hue angle of 4.83º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8A83 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 131 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.15 |
| HSL | 4.83º | 0.54% | 0.68% | - |
| HSV(B) | 4.83º | 0.4% | 0.85% | - |
| XYZ | 42.1 | 34.72 | 25.96 | - |
| YUV | 161.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 131 | 0 | 0.37 | 0.40 | 0.15 | 4.83 | 0.54 | 0.68 |
| Hex | DA | 8A | 83 | 0 | 25 | 28 | F | 5 | 36 | 44 |
| Octal | 332 | 212 | 203 | 0 | 45 | 50 | 17 | 5 | 66 | 104 |
| Binary | 11011010 | 10001010 | 10000011 | 0 | 100101 | 101000 | 1111 | 101 | 110110 | 1000100 |
Color Harmonies of #DA8A83
Complementary color
Monochromatic Colors of #DA8A83
Black with #DA8A83
Text Example
Text Example
White with #DA8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A83; }
p { color: rgb(218,138,131); }
H1.HeaderClassName
{
color: #DA8A83;
}
.AnyTagClassName
{
color: #DA8A83;
}
</style>
background-color css
<style>
a { background-color: #DA8A83; }
a { background-color: rgb(218,138,131); }
div.DivClassName
{
background-color: #DA8A83;
}
.BgClassName
{
background-color: #DA8A83;
}
</style>
border-color css
<style>
span { border-color: #DA8A83; }
span { border-color: rgb(218,138,131); }
td.TdClassName
{
border-color: #DA8A83;
}
.TagClassName
{
border-color: #DA8A83;
}
</style>