Shades of Rose #DEAA93
Tints of Rose #DEAA93
RGB
CMYK
RGB Variations
Color information
#DEAA93 (or 0xDEAA93) is known color: Rose. HEX triplet: DE, AA and 93. RGB value is (222,170,147). Sum of RGB (Red+Green+Blue) = 222+170+147=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA93 is #21556C. Grayscale: #B7B7B7. Windows color (decimal): -2184557 or 9677534. OLE color: 9677534.
HSL color Cylindrical-coordinate representation of color #DEAA93: hue angle of 18.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEAA93 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 147 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.13 |
| HSL | 18.4º | 0.53% | 0.72% | - |
| HSV(B) | 18.4º | 0.34% | 0.87% | - |
| XYZ | 49.77 | 46.39 | 33.93 | - |
| YUV | 182.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 147 | 0 | 0.23 | 0.34 | 0.13 | 18.4 | 0.53 | 0.72 |
| Hex | DE | AA | 93 | 0 | 17 | 22 | D | 12 | 35 | 48 |
| Octal | 336 | 252 | 223 | 0 | 27 | 42 | 15 | 22 | 65 | 110 |
| Binary | 11011110 | 10101010 | 10010011 | 0 | 10111 | 100010 | 1101 | 10010 | 110101 | 1001000 |
Color Harmonies of #DEAA93
Complementary color
Monochromatic Colors of #DEAA93
Black with #DEAA93
Text Example
Text Example
White with #DEAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA93; }
p { color: rgb(222,170,147); }
H1.HeaderClassName
{
color: #DEAA93;
}
.AnyTagClassName
{
color: #DEAA93;
}
</style>
background-color css
<style>
a { background-color: #DEAA93; }
a { background-color: rgb(222,170,147); }
div.DivClassName
{
background-color: #DEAA93;
}
.BgClassName
{
background-color: #DEAA93;
}
</style>
border-color css
<style>
span { border-color: #DEAA93; }
span { border-color: rgb(222,170,147); }
td.TdClassName
{
border-color: #DEAA93;
}
.TagClassName
{
border-color: #DEAA93;
}
</style>