Shades of My Pink #DA907E
Tints of My Pink #DA907E
RGB
CMYK
RGB Variations
Color information
#DA907E (or 0xDA907E) is known color: My Pink. HEX triplet: DA, 90 and 7E. RGB value is (218,144,126). Sum of RGB (Red+Green+Blue) = 218+144+126=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA907E is #256F81. Grayscale: #A4A4A4. Windows color (decimal): -2453378 or 8294618. OLE color: 8294618.
HSL color Cylindrical-coordinate representation of color #DA907E: hue angle of 11.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA907E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 126 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.15 |
| HSL | 11.74º | 0.55% | 0.67% | - |
| HSV(B) | 11.74º | 0.42% | 0.85% | - |
| XYZ | 42.65 | 36.36 | 24.51 | - |
| YUV | 164.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 126 | 0 | 0.34 | 0.42 | 0.15 | 11.74 | 0.55 | 0.67 |
| Hex | DA | 90 | 7E | 0 | 22 | 2A | F | C | 37 | 43 |
| Octal | 332 | 220 | 176 | 0 | 42 | 52 | 17 | 14 | 67 | 103 |
| Binary | 11011010 | 10010000 | 1111110 | 0 | 100010 | 101010 | 1111 | 1100 | 110111 | 1000011 |
Color Harmonies of #DA907E
Complementary color
Monochromatic Colors of #DA907E
Black with #DA907E
Text Example
Text Example
White with #DA907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA907E; }
p { color: rgb(218,144,126); }
H1.HeaderClassName
{
color: #DA907E;
}
.AnyTagClassName
{
color: #DA907E;
}
</style>
background-color css
<style>
a { background-color: #DA907E; }
a { background-color: rgb(218,144,126); }
div.DivClassName
{
background-color: #DA907E;
}
.BgClassName
{
background-color: #DA907E;
}
</style>
border-color css
<style>
span { border-color: #DA907E; }
span { border-color: rgb(218,144,126); }
td.TdClassName
{
border-color: #DA907E;
}
.TagClassName
{
border-color: #DA907E;
}
</style>