#DE7984

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

Shades of Deep Blush #DE7984

Tints of Deep Blush #DE7984

Color information

#DE7984 (or 0xDE7984) is unknown color: approx Deep Blush. HEX triplet: DE, 79 and 84. RGB value is (222,121,132). Sum of RGB (Red+Green+Blue) = 222+121+132=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7984 is #21867B. Grayscale: #989898. Windows color (decimal): -2197116 or 8681950. OLE color: 8681950.

HSL color Cylindrical-coordinate representation of color #DE7984: hue angle of 353.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7984 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222121132-
CMYK00.450.410.13
HSL353.47º60.48%67.25%-
HSV(B)353.47º45.5%87.06%-
XYZ41.1330.8725.62-
YUV152.45116.46177.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=46.74%
G=25.47%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212113200.450.410.13353.4760.4867.25
HexDE798402D29D1613c43
Octal336171204055511554174103
Binary11011110111100110000100010110110100111011011000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7984; }

 p { color: rgb(222,121,132); }

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

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

 a { background-color: rgb(222,121,132); }

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

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

 span { border-color: rgb(222,121,132); }

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