Shades of My Pink #DA9180
Tints of My Pink #DA9180
RGB
CMYK
RGB Variations
Color information
#DA9180 (or 0xDA9180) is known color: My Pink. HEX triplet: DA, 91 and 80. RGB value is (218,145,128). Sum of RGB (Red+Green+Blue) = 218+145+128=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9180 is #256E7F. Grayscale: #A5A5A5. Windows color (decimal): -2453120 or 8425946. OLE color: 8425946.
HSL color Cylindrical-coordinate representation of color #DA9180: hue angle of 11.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA9180 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 128 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.15 |
| HSL | 11.33º | 0.55% | 0.68% | - |
| HSV(B) | 11.33º | 0.41% | 0.85% | - |
| XYZ | 42.94 | 36.71 | 25.25 | - |
| YUV | 164.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 128 | 0 | 0.33 | 0.41 | 0.15 | 11.33 | 0.55 | 0.68 |
| Hex | DA | 91 | 80 | 0 | 21 | 29 | F | B | 37 | 44 |
| Octal | 332 | 221 | 200 | 0 | 41 | 51 | 17 | 13 | 67 | 104 |
| Binary | 11011010 | 10010001 | 10000000 | 0 | 100001 | 101001 | 1111 | 1011 | 110111 | 1000100 |
Color Harmonies of #DA9180
Complementary color
Monochromatic Colors of #DA9180
Black with #DA9180
Text Example
Text Example
White with #DA9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9180; }
p { color: rgb(218,145,128); }
H1.HeaderClassName
{
color: #DA9180;
}
.AnyTagClassName
{
color: #DA9180;
}
</style>
background-color css
<style>
a { background-color: #DA9180; }
a { background-color: rgb(218,145,128); }
div.DivClassName
{
background-color: #DA9180;
}
.BgClassName
{
background-color: #DA9180;
}
</style>
border-color css
<style>
span { border-color: #DA9180; }
span { border-color: rgb(218,145,128); }
td.TdClassName
{
border-color: #DA9180;
}
.TagClassName
{
border-color: #DA9180;
}
</style>