#DE748E

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

Shades of Deep Blush #DE748E

Tints of Deep Blush #DE748E

Color information

#DE748E (or 0xDE748E) is unknown color: approx Deep Blush. HEX triplet: DE, 74 and 8E. RGB value is (222,116,142). Sum of RGB (Red+Green+Blue) = 222+116+142=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE748E is #218B71. Grayscale: #969696. Windows color (decimal): -2198386 or 9336030. OLE color: 9336030.

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

Color convert

RGB222116142-
CMYK00.480.360.13
HSL345.28º61.63%66.27%-
HSV(B)345.28º47.75%87.06%-
XYZ41.2529.9729.2-
YUV150.66123.12178.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=46.25%
G=24.17%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211614200.480.360.13345.2861.6366.27
HexDE748E03024D1593e42
Octal336164216060441553176102
Binary11011110111010010001110011000010010011011010110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE748E; }

 p { color: rgb(222,116,142); }

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

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

 a { background-color: rgb(222,116,142); }

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

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

 span { border-color: rgb(222,116,142); }

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