Shades of Rose #DEA292
Tints of Rose #DEA292
RGB
CMYK
RGB Variations
Color information
#DEA292 (or 0xDEA292) is known color: Rose. HEX triplet: DE, A2 and 92. RGB value is (222,162,146). Sum of RGB (Red+Green+Blue) = 222+162+146=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA292 is #215D6D. Grayscale: #B2B2B2. Windows color (decimal): -2186606 or 9609950. OLE color: 9609950.
HSL color Cylindrical-coordinate representation of color #DEA292: hue angle of 12.63º degrees, saturation: 0.54, 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 #DEA292 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 146 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.13 |
| HSL | 12.63º | 0.54% | 0.72% | - |
| HSV(B) | 12.63º | 0.34% | 0.87% | - |
| XYZ | 48.23 | 43.45 | 33.04 | - |
| YUV | 178.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 146 | 0 | 0.27 | 0.34 | 0.13 | 12.63 | 0.54 | 0.72 |
| Hex | DE | A2 | 92 | 0 | 1B | 22 | D | D | 36 | 48 |
| Octal | 336 | 242 | 222 | 0 | 33 | 42 | 15 | 15 | 66 | 110 |
| Binary | 11011110 | 10100010 | 10010010 | 0 | 11011 | 100010 | 1101 | 1101 | 110110 | 1001000 |
Color Harmonies of #DEA292
Complementary color
Monochromatic Colors of #DEA292
Black with #DEA292
Text Example
Text Example
White with #DEA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA292; }
p { color: rgb(222,162,146); }
H1.HeaderClassName
{
color: #DEA292;
}
.AnyTagClassName
{
color: #DEA292;
}
</style>
background-color css
<style>
a { background-color: #DEA292; }
a { background-color: rgb(222,162,146); }
div.DivClassName
{
background-color: #DEA292;
}
.BgClassName
{
background-color: #DEA292;
}
</style>
border-color css
<style>
span { border-color: #DEA292; }
span { border-color: rgb(222,162,146); }
td.TdClassName
{
border-color: #DEA292;
}
.TagClassName
{
border-color: #DEA292;
}
</style>