#DC778B

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

Shades of Deep Blush #DC778B

Tints of Deep Blush #DC778B

Color information

#DC778B (or 0xDC778B) is unknown color: approx Deep Blush. HEX triplet: DC, 77 and 8B. RGB value is (220,119,139). Sum of RGB (Red+Green+Blue) = 220+119+139=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC778B is #238874. Grayscale: #979797. Windows color (decimal): -2328693 or 9140188. OLE color: 9140188.

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

Color convert

RGB220119139-
CMYK00.460.370.14
HSL348.12º59.06%66.47%-
HSV(B)348.12º45.91%86.27%-
XYZ40.7730.2728.12-
YUV151.48120.96176.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=46.03%
G=24.90%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011913900.460.370.14348.1259.0666.47
HexDC778B02E25E15c3b42
Octal334167213056451653473102
Binary11011100111011110001011010111010010111101010111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC778B; }

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

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

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

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

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

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

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

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