#dc7380

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

Shades of Deep Blush #DC7380

Tints of Deep Blush #DC7380

Color information

#DC7380 (or 0xDC7380) is unknown color: approx Deep Blush. HEX triplet: DC, 73 and 80. RGB value is (220,115,128). Sum of RGB (Red+Green+Blue) = 220+115+128=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7380 is #238C7F. Grayscale: #939393. Windows color (decimal): -2329728 or 8418268. OLE color: 8418268.

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

Color convert

RGB220115128-
CMYK00.480.420.14
HSL352.57º60%65.69%-
HSV(B)352.57º47.73%86.27%-
XYZ39.5429.0423.94-
YUV147.88116.79179.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=47.52%
G=24.84%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011512800.480.420.14352.576065.69
HexDC73800302AE1613c42
Octal334163200060521654174102
Binary11011100111001110000000011000010101011101011000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7380; }

 p { color: rgb(220,115,128); }

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

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

 a { background-color: rgb(220,115,128); }

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

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

 span { border-color: rgb(220,115,128); }

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