#DEA190

Color #DEA190 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DEA190

Tints of Rose #DEA190

Color information

#DEA190 (or 0xDEA190) is unknown color: approx Rose. HEX triplet: DE, A1 and 90. RGB value is (222,161,144). Sum of RGB (Red+Green+Blue) = 222+161+144=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA190 is #215E6F. Grayscale: #B1B1B1. Windows color (decimal): -2186864 or 9478622. OLE color: 9478622.

HSL color Cylindrical-coordinate representation of color #DEA190: hue angle of 13.08º 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 #DEA190 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222161144-
CMYK00.270.350.13
HSL13.08º54.17%71.76%-
HSV(B)13.08º35.14%87.06%-
XYZ47.943.0332.17-
YUV177.3109.21159.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=42.13%
G=30.55%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216114400.270.350.1313.0854.1771.76
HexDEA19001B23Dd3648
Octal33624122003343151566110
Binary110111101010000110010000011011100011110111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA190; }

 p { color: rgb(222,161,144); }

 H1.HeaderClassName
 {
   color: #DEA190;
 }
 .AnyTagClassName
 {
   color: #DEA190;
 }
</style>
background-color css

<style>
 a { background-color: #DEA190; }

 a { background-color: rgb(222,161,144); }

 div.DivClassName
 {
   background-color: #DEA190;
 }
 .BgClassName
 {
   background-color: #DEA190;
 }
</style>
border-color css

<style>
 span { border-color: #DEA190; }

 span { border-color: rgb(222,161,144); }

 td.TdClassName
 {
   border-color: #DEA190;
 }
 .TagClassName
 {
   border-color: #DEA190;
 }
</style>