#DE758C

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

Shades of Deep Blush #DE758C

Tints of Deep Blush #DE758C

Color information

#DE758C (or 0xDE758C) is unknown color: approx Deep Blush. HEX triplet: DE, 75 and 8C. RGB value is (222,117,140). Sum of RGB (Red+Green+Blue) = 222+117+140=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE758C is #218A73. Grayscale: #979797. Windows color (decimal): -2198132 or 9205214. OLE color: 9205214.

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

Color convert

RGB222117140-
CMYK00.470.370.13
HSL346.86º61.4%66.47%-
HSV(B)346.86º47.3%87.06%-
XYZ41.2230.1528.46-
YUV151.02121.79178.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=46.35%
G=24.43%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211714000.470.370.13346.8661.466.47
HexDE758C02F25D15b3d42
Octal336165214057451553375102
Binary11011110111010110001100010111110010111011010110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE758C; }

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

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

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

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

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

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

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

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