Shades of Rose #DA9E93
Tints of Rose #DA9E93
RGB
CMYK
RGB Variations
Color information
#DA9E93 (or 0xDA9E93) is known color: Rose. HEX triplet: DA, 9E and 93. RGB value is (218,158,147). Sum of RGB (Red+Green+Blue) = 218+158+147=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E93 is #25616C. Grayscale: #AEAEAE. Windows color (decimal): -2449773 or 9674458. OLE color: 9674458.
HSL color Cylindrical-coordinate representation of color #DA9E93: hue angle of 9.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9E93 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 147 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.15 |
| HSL | 9.3º | 0.49% | 0.72% | - |
| HSV(B) | 9.3º | 0.33% | 0.85% | - |
| XYZ | 46.41 | 41.47 | 33.16 | - |
| YUV | 174.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 147 | 0 | 0.28 | 0.33 | 0.15 | 9.3 | 0.49 | 0.72 |
| Hex | DA | 9E | 93 | 0 | 1C | 21 | F | 9 | 31 | 48 |
| Octal | 332 | 236 | 223 | 0 | 34 | 41 | 17 | 11 | 61 | 110 |
| Binary | 11011010 | 10011110 | 10010011 | 0 | 11100 | 100001 | 1111 | 1001 | 110001 | 1001000 |
Color Harmonies of #DA9E93
Complementary color
Monochromatic Colors of #DA9E93
Black with #DA9E93
Text Example
Text Example
White with #DA9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E93; }
p { color: rgb(218,158,147); }
H1.HeaderClassName
{
color: #DA9E93;
}
.AnyTagClassName
{
color: #DA9E93;
}
</style>
background-color css
<style>
a { background-color: #DA9E93; }
a { background-color: rgb(218,158,147); }
div.DivClassName
{
background-color: #DA9E93;
}
.BgClassName
{
background-color: #DA9E93;
}
</style>
border-color css
<style>
span { border-color: #DA9E93; }
span { border-color: rgb(218,158,147); }
td.TdClassName
{
border-color: #DA9E93;
}
.TagClassName
{
border-color: #DA9E93;
}
</style>