Shades of Rose #DEA390
Tints of Rose #DEA390
RGB
CMYK
RGB Variations
Color information
#DEA390 (or 0xDEA390) is known color: Rose. HEX triplet: DE, A3 and 90. RGB value is (222,163,144). Sum of RGB (Red+Green+Blue) = 222+163+144=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA390 is #215C6F. Grayscale: #B2B2B2. Windows color (decimal): -2186352 or 9479134. OLE color: 9479134.
HSL color Cylindrical-coordinate representation of color #DEA390: hue angle of 14.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA390 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 144 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.13 |
| HSL | 14.62º | 0.54% | 0.72% | - |
| HSV(B) | 14.62º | 0.35% | 0.87% | - |
| XYZ | 48.26 | 43.74 | 32.28 | - |
| YUV | 178.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 144 | 0 | 0.27 | 0.35 | 0.13 | 14.62 | 0.54 | 0.72 |
| Hex | DE | A3 | 90 | 0 | 1B | 23 | D | F | 36 | 48 |
| Octal | 336 | 243 | 220 | 0 | 33 | 43 | 15 | 17 | 66 | 110 |
| Binary | 11011110 | 10100011 | 10010000 | 0 | 11011 | 100011 | 1101 | 1111 | 110110 | 1001000 |
Color Harmonies of #DEA390
Complementary color
Monochromatic Colors of #DEA390
Black with #DEA390
Text Example
Text Example
White with #DEA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA390; }
p { color: rgb(222,163,144); }
H1.HeaderClassName
{
color: #DEA390;
}
.AnyTagClassName
{
color: #DEA390;
}
</style>
background-color css
<style>
a { background-color: #DEA390; }
a { background-color: rgb(222,163,144); }
div.DivClassName
{
background-color: #DEA390;
}
.BgClassName
{
background-color: #DEA390;
}
</style>
border-color css
<style>
span { border-color: #DEA390; }
span { border-color: rgb(222,163,144); }
td.TdClassName
{
border-color: #DEA390;
}
.TagClassName
{
border-color: #DEA390;
}
</style>