Shades of My Pink #DA917D
Tints of My Pink #DA917D
RGB
CMYK
RGB Variations
Color information
#DA917D (or 0xDA917D) is known color: My Pink. HEX triplet: DA, 91 and 7D. RGB value is (218,145,125). Sum of RGB (Red+Green+Blue) = 218+145+125=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA917D is #256E82. Grayscale: #A4A4A4. Windows color (decimal): -2453123 or 8229338. OLE color: 8229338.
HSL color Cylindrical-coordinate representation of color #DA917D: hue angle of 12.9º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA917D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 125 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.15 |
| HSL | 12.9º | 0.56% | 0.67% | - |
| HSV(B) | 12.9º | 0.43% | 0.85% | - |
| XYZ | 42.74 | 36.64 | 24.22 | - |
| YUV | 164.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 125 | 0 | 0.33 | 0.43 | 0.15 | 12.9 | 0.56 | 0.67 |
| Hex | DA | 91 | 7D | 0 | 21 | 2B | F | D | 38 | 43 |
| Octal | 332 | 221 | 175 | 0 | 41 | 53 | 17 | 15 | 70 | 103 |
| Binary | 11011010 | 10010001 | 1111101 | 0 | 100001 | 101011 | 1111 | 1101 | 111000 | 1000011 |
Color Harmonies of #DA917D
Complementary color
Monochromatic Colors of #DA917D
Black with #DA917D
Text Example
Text Example
White with #DA917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA917D; }
p { color: rgb(218,145,125); }
H1.HeaderClassName
{
color: #DA917D;
}
.AnyTagClassName
{
color: #DA917D;
}
</style>
background-color css
<style>
a { background-color: #DA917D; }
a { background-color: rgb(218,145,125); }
div.DivClassName
{
background-color: #DA917D;
}
.BgClassName
{
background-color: #DA917D;
}
</style>
border-color css
<style>
span { border-color: #DA917D; }
span { border-color: rgb(218,145,125); }
td.TdClassName
{
border-color: #DA917D;
}
.TagClassName
{
border-color: #DA917D;
}
</style>