Shades of My Pink #DA9380
Tints of My Pink #DA9380
RGB
CMYK
RGB Variations
Color information
#DA9380 (or 0xDA9380) is known color: My Pink. HEX triplet: DA, 93 and 80. RGB value is (218,147,128). Sum of RGB (Red+Green+Blue) = 218+147+128=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9380 is #256C7F. Grayscale: #A6A6A6. Windows color (decimal): -2452608 or 8426458. OLE color: 8426458.
HSL color Cylindrical-coordinate representation of color #DA9380: hue angle of 12.67º 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 #DA9380 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 128 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.15 |
| HSL | 12.67º | 0.55% | 0.68% | - |
| HSV(B) | 12.67º | 0.41% | 0.85% | - |
| XYZ | 43.24 | 37.33 | 25.35 | - |
| YUV | 166.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 128 | 0 | 0.33 | 0.41 | 0.15 | 12.67 | 0.55 | 0.68 |
| Hex | DA | 93 | 80 | 0 | 21 | 29 | F | D | 37 | 44 |
| Octal | 332 | 223 | 200 | 0 | 41 | 51 | 17 | 15 | 67 | 104 |
| Binary | 11011010 | 10010011 | 10000000 | 0 | 100001 | 101001 | 1111 | 1101 | 110111 | 1000100 |
Color Harmonies of #DA9380
Complementary color
Monochromatic Colors of #DA9380
Black with #DA9380
Text Example
Text Example
White with #DA9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9380; }
p { color: rgb(218,147,128); }
H1.HeaderClassName
{
color: #DA9380;
}
.AnyTagClassName
{
color: #DA9380;
}
</style>
background-color css
<style>
a { background-color: #DA9380; }
a { background-color: rgb(218,147,128); }
div.DivClassName
{
background-color: #DA9380;
}
.BgClassName
{
background-color: #DA9380;
}
</style>
border-color css
<style>
span { border-color: #DA9380; }
span { border-color: rgb(218,147,128); }
td.TdClassName
{
border-color: #DA9380;
}
.TagClassName
{
border-color: #DA9380;
}
</style>