#DE718B

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

Shades of Deep Blush #DE718B

Tints of Deep Blush #DE718B

Color information

#DE718B (or 0xDE718B) is unknown color: approx Deep Blush. HEX triplet: DE, 71 and 8B. RGB value is (222,113,139). Sum of RGB (Red+Green+Blue) = 222+113+139=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE718B is #218E74. Grayscale: #949494. Windows color (decimal): -2199157 or 9138654. OLE color: 9138654.

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

Color convert

RGB222113139-
CMYK00.490.370.13
HSL345.69º62.29%65.69%-
HSV(B)345.69º49.1%87.06%-
XYZ40.6929.227.92-
YUV148.56122.61180.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.84%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=46.84%
G=23.84%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211313900.490.370.13345.6962.2965.69
HexDE718B03125D15a3e42
Octal336161213061451553276102
Binary11011110111000110001011011000110010111011010110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE718B; }

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

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

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

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

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

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

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

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