#DE718D

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

Shades of Deep Blush #DE718D

Tints of Deep Blush #DE718D

Color information

#DE718D (or 0xDE718D) is unknown color: approx Deep Blush. HEX triplet: DE, 71 and 8D. RGB value is (222,113,141). Sum of RGB (Red+Green+Blue) = 222+113+141=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE718D is #218E72. Grayscale: #949494. Windows color (decimal): -2199155 or 9269726. OLE color: 9269726.

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

Color convert

RGB222113141-
CMYK00.490.360.13
HSL344.59º62.29%65.69%-
HSV(B)344.59º49.1%87.06%-
XYZ40.8429.2628.7-
YUV148.78123.61180.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=46.64%
G=23.74%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211314100.490.360.13344.5962.2965.69
HexDE718D03124D1593e42
Octal336161215061441553176102
Binary11011110111000110001101011000110010011011010110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE718D; }

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

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

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

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

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

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

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

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