#DD778E

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

Shades of Deep Blush #DD778E

Tints of Deep Blush #DD778E

Color information

#DD778E (or 0xDD778E) is unknown color: approx Deep Blush. HEX triplet: DD, 77 and 8E. RGB value is (221,119,142). Sum of RGB (Red+Green+Blue) = 221+119+142=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD778E is #228871. Grayscale: #989898. Windows color (decimal): -2263154 or 9336797. OLE color: 9336797.

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

Color convert

RGB221119142-
CMYK00.460.360.13
HSL346.47º60%66.67%-
HSV(B)346.47º46.15%86.67%-
XYZ41.330.5229.31-
YUV152.12122.29177.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=45.85%
G=24.69%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111914200.460.360.13346.476066.67
HexDD778E02E24D15a3c43
Octal335167216056441553274103
Binary11011101111011110001110010111010010011011010110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD778E; }

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

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

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

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

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

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

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

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