#DE6689

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

Shades of Deep Blush #DE6689

Tints of Deep Blush #DE6689

Color information

#DE6689 (or 0xDE6689) is unknown color: approx Deep Blush. HEX triplet: DE, 66 and 89. RGB value is (222,102,137). Sum of RGB (Red+Green+Blue) = 222+102+137=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6689 is #219976. Grayscale: #8D8D8D. Windows color (decimal): -2201975 or 9004766. OLE color: 9004766.

HSL color Cylindrical-coordinate representation of color #DE6689: hue angle of 342.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6689 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222102137-
CMYK00.540.380.13
HSL342.5º64.52%63.53%-
HSV(B)342.5º54.05%87.06%-
XYZ39.3926.8426.77-
YUV141.87125.26185.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=48.16%
G=22.13%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210213700.540.380.13342.564.5263.53
HexDE668903626D1564140
Octal3361462110664615526101100
Binary110111101100110100010010110110100110110110101011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6689; }

 p { color: rgb(222,102,137); }

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

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

 a { background-color: rgb(222,102,137); }

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

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

 span { border-color: rgb(222,102,137); }

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