Shades of My Pink #DA9583
Tints of My Pink #DA9583
RGB
CMYK
RGB Variations
Color information
#DA9583 (or 0xDA9583) is known color: My Pink. HEX triplet: DA, 95 and 83. RGB value is (218,149,131). Sum of RGB (Red+Green+Blue) = 218+149+131=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9583 is #256A7C. Grayscale: #A7A7A7. Windows color (decimal): -2452093 or 8623578. OLE color: 8623578.
HSL color Cylindrical-coordinate representation of color #DA9583: hue angle of 12.41º 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 #DA9583 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 131 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.15 |
| HSL | 12.41º | 0.54% | 0.68% | - |
| HSV(B) | 12.41º | 0.4% | 0.85% | - |
| XYZ | 43.76 | 38.04 | 26.51 | - |
| YUV | 167.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 131 | 0 | 0.32 | 0.40 | 0.15 | 12.41 | 0.54 | 0.68 |
| Hex | DA | 95 | 83 | 0 | 20 | 28 | F | C | 36 | 44 |
| Octal | 332 | 225 | 203 | 0 | 40 | 50 | 17 | 14 | 66 | 104 |
| Binary | 11011010 | 10010101 | 10000011 | 0 | 100000 | 101000 | 1111 | 1100 | 110110 | 1000100 |
Color Harmonies of #DA9583
Complementary color
Monochromatic Colors of #DA9583
Black with #DA9583
Text Example
Text Example
White with #DA9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9583; }
p { color: rgb(218,149,131); }
H1.HeaderClassName
{
color: #DA9583;
}
.AnyTagClassName
{
color: #DA9583;
}
</style>
background-color css
<style>
a { background-color: #DA9583; }
a { background-color: rgb(218,149,131); }
div.DivClassName
{
background-color: #DA9583;
}
.BgClassName
{
background-color: #DA9583;
}
</style>
border-color css
<style>
span { border-color: #DA9583; }
span { border-color: rgb(218,149,131); }
td.TdClassName
{
border-color: #DA9583;
}
.TagClassName
{
border-color: #DA9583;
}
</style>