#DE7685

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

Shades of Deep Blush #DE7685

Tints of Deep Blush #DE7685

Color information

#DE7685 (or 0xDE7685) is unknown color: approx Deep Blush. HEX triplet: DE, 76 and 85. RGB value is (222,118,133). Sum of RGB (Red+Green+Blue) = 222+118+133=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7685 is #21897A. Grayscale: #969696. Windows color (decimal): -2197883 or 8746718. OLE color: 8746718.

HSL color Cylindrical-coordinate representation of color #DE7685: hue angle of 351.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7685 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222118133-
CMYK00.470.400.13
HSL351.35º61.18%66.67%-
HSV(B)351.35º46.85%87.06%-
XYZ40.8430.1825.86-
YUV150.81117.96178.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=46.93%
G=24.95%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211813300.470.400.13351.3561.1866.67
HexDE768502F28D15f3d43
Octal336166205057501553775103
Binary11011110111011010000101010111110100011011010111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7685; }

 p { color: rgb(222,118,133); }

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

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

 a { background-color: rgb(222,118,133); }

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

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

 span { border-color: rgb(222,118,133); }

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