#DE708B

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

Shades of Deep Blush #DE708B

Tints of Deep Blush #DE708B

Color information

#DE708B (or 0xDE708B) is unknown color: approx Deep Blush. HEX triplet: DE, 70 and 8B. RGB value is (222,112,139). Sum of RGB (Red+Green+Blue) = 222+112+139=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE708B is #218F74. Grayscale: #939393. Windows color (decimal): -2199413 or 9138398. OLE color: 9138398.

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

Color convert

RGB222112139-
CMYK00.500.370.13
HSL345.27º62.5%65.49%-
HSV(B)345.27º49.55%87.06%-
XYZ40.5828.9827.88-
YUV147.97122.94180.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=46.93%
G=23.68%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211213900.500.370.13345.2762.565.49
HexDE708B03225D1593e41
Octal336160213062451553176101
Binary11011110111000010001011011001010010111011010110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE708B; }

 p { color: rgb(222,112,139); }

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

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

 a { background-color: rgb(222,112,139); }

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

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

 span { border-color: rgb(222,112,139); }

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