#DE768A

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

Shades of Deep Blush #DE768A

Tints of Deep Blush #DE768A

Color information

#DE768A (or 0xDE768A) is unknown color: approx Deep Blush. HEX triplet: DE, 76 and 8A. RGB value is (222,118,138). Sum of RGB (Red+Green+Blue) = 222+118+138=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE768A is #218975. Grayscale: #979797. Windows color (decimal): -2197878 or 9074398. OLE color: 9074398.

HSL color Cylindrical-coordinate representation of color #DE768A: hue angle of 348.46º 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 #DE768A is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222118138-
CMYK00.470.380.13
HSL348.46º61.18%66.67%-
HSV(B)348.46º46.85%87.06%-
XYZ41.1930.3227.73-
YUV151.38120.46178.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=46.44%
G=24.69%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211813800.470.380.13348.4661.1866.67
HexDE768A02F26D15c3d43
Octal336166212057461553475103
Binary11011110111011010001010010111110011011011010111001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE768A; }

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

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

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

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

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

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

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

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