Shades of My Pink #DA9085
Tints of My Pink #DA9085
RGB
CMYK
RGB Variations
Color information
#DA9085 (or 0xDA9085) is known color: My Pink. HEX triplet: DA, 90 and 85. RGB value is (218,144,133). Sum of RGB (Red+Green+Blue) = 218+144+133=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9085 is #256F7A. Grayscale: #A4A4A4. Windows color (decimal): -2453371 or 8753370. OLE color: 8753370.
HSL color Cylindrical-coordinate representation of color #DA9085: hue angle of 7.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA9085 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 133 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.15 |
| HSL | 7.76º | 0.53% | 0.69% | - |
| HSV(B) | 7.76º | 0.39% | 0.85% | - |
| XYZ | 43.12 | 36.55 | 26.97 | - |
| YUV | 164.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 133 | 0 | 0.34 | 0.39 | 0.15 | 7.76 | 0.53 | 0.69 |
| Hex | DA | 90 | 85 | 0 | 22 | 27 | F | 8 | 35 | 45 |
| Octal | 332 | 220 | 205 | 0 | 42 | 47 | 17 | 10 | 65 | 105 |
| Binary | 11011010 | 10010000 | 10000101 | 0 | 100010 | 100111 | 1111 | 1000 | 110101 | 1000101 |
Color Harmonies of #DA9085
Complementary color
Monochromatic Colors of #DA9085
Black with #DA9085
Text Example
Text Example
White with #DA9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9085; }
p { color: rgb(218,144,133); }
H1.HeaderClassName
{
color: #DA9085;
}
.AnyTagClassName
{
color: #DA9085;
}
</style>
background-color css
<style>
a { background-color: #DA9085; }
a { background-color: rgb(218,144,133); }
div.DivClassName
{
background-color: #DA9085;
}
.BgClassName
{
background-color: #DA9085;
}
</style>
border-color css
<style>
span { border-color: #DA9085; }
span { border-color: rgb(218,144,133); }
td.TdClassName
{
border-color: #DA9085;
}
.TagClassName
{
border-color: #DA9085;
}
</style>