#de688c

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

Shades of Deep Blush #DE688C

Tints of Deep Blush #DE688C

Color information

#DE688C (or 0xDE688C) is unknown color: approx Deep Blush. HEX triplet: DE, 68 and 8C. RGB value is (222,104,140). Sum of RGB (Red+Green+Blue) = 222+104+140=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE688C is #219773. Grayscale: #8F8F8F. Windows color (decimal): -2201460 or 9201886. OLE color: 9201886.

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

Color convert

RGB222104140-
CMYK00.530.370.13
HSL341.69º64.13%63.92%-
HSV(B)341.69º53.15%87.06%-
XYZ39.8127.3227.99-
YUV143.39126.09184.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=47.64%
G=22.32%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210414000.530.370.13341.6964.1363.92
HexDE688C03525D1564040
Octal3361502140654515526100100
Binary110111101101000100011000110101100101110110101011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de688c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de688c; }

 p { color: rgb(222,104,140); }

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

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

 a { background-color: rgb(222,104,140); }

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

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

 span { border-color: rgb(222,104,140); }

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