#DD748E

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

Shades of Deep Blush #DD748E

Tints of Deep Blush #DD748E

Color information

#DD748E (or 0xDD748E) is unknown color: approx Deep Blush. HEX triplet: DD, 74 and 8E. RGB value is (221,116,142). Sum of RGB (Red+Green+Blue) = 221+116+142=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD748E is #228B71. Grayscale: #969696. Windows color (decimal): -2263922 or 9336029. OLE color: 9336029.

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

Color convert

RGB221116142-
CMYK00.480.360.13
HSL345.14º60.69%66.08%-
HSV(B)345.14º47.51%86.67%-
XYZ40.9529.8229.19-
YUV150.36123.29178.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=46.14%
G=24.22%
B=29.65%

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
Decimal22111614200.480.360.13345.1460.6966.08
HexDD748E03024D1593d42
Octal335164216060441553175102
Binary11011101111010010001110011000010010011011010110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD748E; }

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

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

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

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

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

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

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

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