#DE768D

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

Shades of Deep Blush #DE768D

Tints of Deep Blush #DE768D

Color information

#DE768D (or 0xDE768D) is unknown color: approx Deep Blush. HEX triplet: DE, 76 and 8D. RGB value is (222,118,141). Sum of RGB (Red+Green+Blue) = 222+118+141=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE768D is #218972. Grayscale: #979797. Windows color (decimal): -2197875 or 9271006. OLE color: 9271006.

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

Color convert

RGB222118141-
CMYK00.470.360.13
HSL346.73º61.18%66.67%-
HSV(B)346.73º46.85%87.06%-
XYZ41.4130.4128.89-
YUV151.72121.96178.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=46.15%
G=24.53%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211814100.470.360.13346.7361.1866.67
HexDE768D02F24D15b3d43
Octal336166215057441553375103
Binary11011110111011010001101010111110010011011010110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE768D; }

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

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

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

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

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

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

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

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