Shades of Rose #DA9E8F
Tints of Rose #DA9E8F
RGB
CMYK
RGB Variations
Color information
#DA9E8F (or 0xDA9E8F) is known color: Rose. HEX triplet: DA, 9E and 8F. RGB value is (218,158,143). Sum of RGB (Red+Green+Blue) = 218+158+143=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E8F is #256170. Grayscale: #AEAEAE. Windows color (decimal): -2449777 or 9412314. OLE color: 9412314.
HSL color Cylindrical-coordinate representation of color #DA9E8F: hue angle of 12º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA9E8F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 143 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.15 |
| HSL | 12º | 0.5% | 0.71% | - |
| HSV(B) | 12º | 0.34% | 0.85% | - |
| XYZ | 46.1 | 41.34 | 31.54 | - |
| YUV | 174.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 143 | 0 | 0.28 | 0.34 | 0.15 | 12 | 0.5 | 0.71 |
| Hex | DA | 9E | 8F | 0 | 1C | 22 | F | C | 32 | 47 |
| Octal | 332 | 236 | 217 | 0 | 34 | 42 | 17 | 14 | 62 | 107 |
| Binary | 11011010 | 10011110 | 10001111 | 0 | 11100 | 100010 | 1111 | 1100 | 110010 | 1000111 |
Color Harmonies of #DA9E8F
Complementary color
Monochromatic Colors of #DA9E8F
Black with #DA9E8F
Text Example
Text Example
White with #DA9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E8F; }
p { color: rgb(218,158,143); }
H1.HeaderClassName
{
color: #DA9E8F;
}
.AnyTagClassName
{
color: #DA9E8F;
}
</style>
background-color css
<style>
a { background-color: #DA9E8F; }
a { background-color: rgb(218,158,143); }
div.DivClassName
{
background-color: #DA9E8F;
}
.BgClassName
{
background-color: #DA9E8F;
}
</style>
border-color css
<style>
span { border-color: #DA9E8F; }
span { border-color: rgb(218,158,143); }
td.TdClassName
{
border-color: #DA9E8F;
}
.TagClassName
{
border-color: #DA9E8F;
}
</style>