#DEA390

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

Shades of Rose #DEA390

Tints of Rose #DEA390

Color information

#DEA390 (or 0xDEA390) is unknown color: approx 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

RGB222163144-
CMYK00.270.350.13
HSL14.62º54.17%71.76%-
HSV(B)14.62º35.14%87.06%-
XYZ48.2643.7432.28-
YUV178.48108.55159.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=41.97%
G=30.81%
B=27.22%

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
Decimal22216314400.270.350.1314.6254.1771.76
HexDEA39001B23Df3648
Octal33624322003343151766110
Binary110111101010001110010000011011100011110111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>