#DD778D

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

Shades of Deep Blush #DD778D

Tints of Deep Blush #DD778D

Color information

#DD778D (or 0xDD778D) is unknown color: approx Deep Blush. HEX triplet: DD, 77 and 8D. RGB value is (221,119,141). Sum of RGB (Red+Green+Blue) = 221+119+141=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD778D is #228872. Grayscale: #989898. Windows color (decimal): -2263155 or 9271261. OLE color: 9271261.

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

Color convert

RGB221119141-
CMYK00.460.360.13
HSL347.06º60%66.67%-
HSV(B)347.06º46.15%86.67%-
XYZ41.2230.4928.91-
YUV152.01121.79177.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=45.95%
G=24.74%
B=29.31%

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
Decimal22111914100.460.360.13347.066066.67
HexDD778D02E24D15b3c43
Octal335167215056441553374103
Binary11011101111011110001101010111010010011011010110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD778D; }

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

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

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

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

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

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

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

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