Shades of Rose #DA9D8D
Tints of Rose #DA9D8D
RGB
CMYK
RGB Variations
Color information
#DA9D8D (or 0xDA9D8D) is known color: Rose. HEX triplet: DA, 9D and 8D. RGB value is (218,157,141). Sum of RGB (Red+Green+Blue) = 218+157+141=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D8D is #256272. Grayscale: #ADADAD. Windows color (decimal): -2450035 or 9280986. OLE color: 9280986.
HSL color Cylindrical-coordinate representation of color #DA9D8D: hue angle of 12.47º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA9D8D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 141 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.15 |
| HSL | 12.47º | 0.51% | 0.7% | - |
| HSV(B) | 12.47º | 0.35% | 0.85% | - |
| XYZ | 45.78 | 40.94 | 30.69 | - |
| YUV | 173.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 141 | 0 | 0.28 | 0.35 | 0.15 | 12.47 | 0.51 | 0.7 |
| Hex | DA | 9D | 8D | 0 | 1C | 23 | F | C | 33 | 46 |
| Octal | 332 | 235 | 215 | 0 | 34 | 43 | 17 | 14 | 63 | 106 |
| Binary | 11011010 | 10011101 | 10001101 | 0 | 11100 | 100011 | 1111 | 1100 | 110011 | 1000110 |
Color Harmonies of #DA9D8D
Complementary color
Monochromatic Colors of #DA9D8D
Black with #DA9D8D
Text Example
Text Example
White with #DA9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9D8D; }
p { color: rgb(218,157,141); }
H1.HeaderClassName
{
color: #DA9D8D;
}
.AnyTagClassName
{
color: #DA9D8D;
}
</style>
background-color css
<style>
a { background-color: #DA9D8D; }
a { background-color: rgb(218,157,141); }
div.DivClassName
{
background-color: #DA9D8D;
}
.BgClassName
{
background-color: #DA9D8D;
}
</style>
border-color css
<style>
span { border-color: #DA9D8D; }
span { border-color: rgb(218,157,141); }
td.TdClassName
{
border-color: #DA9D8D;
}
.TagClassName
{
border-color: #DA9D8D;
}
</style>