#DC778C

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

Shades of Deep Blush #DC778C

Tints of Deep Blush #DC778C

Color information

#DC778C (or 0xDC778C) is unknown color: approx Deep Blush. HEX triplet: DC, 77 and 8C. RGB value is (220,119,140). Sum of RGB (Red+Green+Blue) = 220+119+140=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC778C is #238873. Grayscale: #979797. Windows color (decimal): -2328692 or 9205724. OLE color: 9205724.

HSL color Cylindrical-coordinate representation of color #DC778C: hue angle of 347.52º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC778C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220119140-
CMYK00.460.360.14
HSL347.52º59.06%66.47%-
HSV(B)347.52º45.91%86.27%-
XYZ40.8530.328.51-
YUV151.59121.46176.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=45.93%
G=24.84%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011914000.460.360.14347.5259.0666.47
HexDC778C02E24E15c3b42
Octal334167214056441653473102
Binary11011100111011110001100010111010010011101010111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC778C; }

 p { color: rgb(220,119,140); }

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

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

 a { background-color: rgb(220,119,140); }

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

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

 span { border-color: rgb(220,119,140); }

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