Shades of Rose #DA9E91
Tints of Rose #DA9E91
RGB
CMYK
RGB Variations
Color information
#DA9E91 (or 0xDA9E91) is known color: Rose. HEX triplet: DA, 9E and 91. RGB value is (218,158,145). Sum of RGB (Red+Green+Blue) = 218+158+145=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E91 is #25616E. Grayscale: #AEAEAE. Windows color (decimal): -2449775 or 9543386. OLE color: 9543386.
HSL color Cylindrical-coordinate representation of color #DA9E91: hue angle of 10.68º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9E91 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 145 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.15 |
| HSL | 10.68º | 0.5% | 0.71% | - |
| HSV(B) | 10.68º | 0.33% | 0.85% | - |
| XYZ | 46.25 | 41.4 | 32.34 | - |
| YUV | 174.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 145 | 0 | 0.28 | 0.33 | 0.15 | 10.68 | 0.5 | 0.71 |
| Hex | DA | 9E | 91 | 0 | 1C | 21 | F | B | 32 | 47 |
| Octal | 332 | 236 | 221 | 0 | 34 | 41 | 17 | 13 | 62 | 107 |
| Binary | 11011010 | 10011110 | 10010001 | 0 | 11100 | 100001 | 1111 | 1011 | 110010 | 1000111 |
Color Harmonies of #DA9E91
Complementary color
Monochromatic Colors of #DA9E91
Black with #DA9E91
Text Example
Text Example
White with #DA9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E91; }
p { color: rgb(218,158,145); }
H1.HeaderClassName
{
color: #DA9E91;
}
.AnyTagClassName
{
color: #DA9E91;
}
</style>
background-color css
<style>
a { background-color: #DA9E91; }
a { background-color: rgb(218,158,145); }
div.DivClassName
{
background-color: #DA9E91;
}
.BgClassName
{
background-color: #DA9E91;
}
</style>
border-color css
<style>
span { border-color: #DA9E91; }
span { border-color: rgb(218,158,145); }
td.TdClassName
{
border-color: #DA9E91;
}
.TagClassName
{
border-color: #DA9E91;
}
</style>