Shades of My Pink #DA8C83
Tints of My Pink #DA8C83
RGB
CMYK
RGB Variations
Color information
#DA8C83 (or 0xDA8C83) is known color: My Pink. HEX triplet: DA, 8C and 83. RGB value is (218,140,131). Sum of RGB (Red+Green+Blue) = 218+140+131=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C83 is #25737C. Grayscale: #A2A2A2. Windows color (decimal): -2454397 or 8621274. OLE color: 8621274.
HSL color Cylindrical-coordinate representation of color #DA8C83: hue angle of 6.21º 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 #DA8C83 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 131 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.15 |
| HSL | 6.21º | 0.54% | 0.68% | - |
| HSV(B) | 6.21º | 0.4% | 0.85% | - |
| XYZ | 42.39 | 35.3 | 26.05 | - |
| YUV | 162.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 131 | 0 | 0.36 | 0.40 | 0.15 | 6.21 | 0.54 | 0.68 |
| Hex | DA | 8C | 83 | 0 | 24 | 28 | F | 6 | 36 | 44 |
| Octal | 332 | 214 | 203 | 0 | 44 | 50 | 17 | 6 | 66 | 104 |
| Binary | 11011010 | 10001100 | 10000011 | 0 | 100100 | 101000 | 1111 | 110 | 110110 | 1000100 |
Color Harmonies of #DA8C83
Complementary color
Monochromatic Colors of #DA8C83
Black with #DA8C83
Text Example
Text Example
White with #DA8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C83; }
p { color: rgb(218,140,131); }
H1.HeaderClassName
{
color: #DA8C83;
}
.AnyTagClassName
{
color: #DA8C83;
}
</style>
background-color css
<style>
a { background-color: #DA8C83; }
a { background-color: rgb(218,140,131); }
div.DivClassName
{
background-color: #DA8C83;
}
.BgClassName
{
background-color: #DA8C83;
}
</style>
border-color css
<style>
span { border-color: #DA8C83; }
span { border-color: rgb(218,140,131); }
td.TdClassName
{
border-color: #DA8C83;
}
.TagClassName
{
border-color: #DA8C83;
}
</style>