Shades of My Pink #DA9187
Tints of My Pink #DA9187
RGB
CMYK
RGB Variations
Color information
#DA9187 (or 0xDA9187) is known color: My Pink. HEX triplet: DA, 91 and 87. RGB value is (218,145,135). Sum of RGB (Red+Green+Blue) = 218+145+135=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9187 is #256E78. Grayscale: #A5A5A5. Windows color (decimal): -2453113 or 8884698. OLE color: 8884698.
HSL color Cylindrical-coordinate representation of color #DA9187: hue angle of 7.23º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9187 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 135 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.15 |
| HSL | 7.23º | 0.53% | 0.69% | - |
| HSV(B) | 7.23º | 0.38% | 0.85% | - |
| XYZ | 43.41 | 36.91 | 27.76 | - |
| YUV | 165.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 135 | 0 | 0.33 | 0.38 | 0.15 | 7.23 | 0.53 | 0.69 |
| Hex | DA | 91 | 87 | 0 | 21 | 26 | F | 7 | 35 | 45 |
| Octal | 332 | 221 | 207 | 0 | 41 | 46 | 17 | 7 | 65 | 105 |
| Binary | 11011010 | 10010001 | 10000111 | 0 | 100001 | 100110 | 1111 | 111 | 110101 | 1000101 |
Color Harmonies of #DA9187
Complementary color
Monochromatic Colors of #DA9187
Black with #DA9187
Text Example
Text Example
White with #DA9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9187; }
p { color: rgb(218,145,135); }
H1.HeaderClassName
{
color: #DA9187;
}
.AnyTagClassName
{
color: #DA9187;
}
</style>
background-color css
<style>
a { background-color: #DA9187; }
a { background-color: rgb(218,145,135); }
div.DivClassName
{
background-color: #DA9187;
}
.BgClassName
{
background-color: #DA9187;
}
</style>
border-color css
<style>
span { border-color: #DA9187; }
span { border-color: rgb(218,145,135); }
td.TdClassName
{
border-color: #DA9187;
}
.TagClassName
{
border-color: #DA9187;
}
</style>