#dc7884

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

Shades of Deep Blush #DC7884

Tints of Deep Blush #DC7884

Color information

#DC7884 (or 0xDC7884) is unknown color: approx Deep Blush. HEX triplet: DC, 78 and 84. RGB value is (220,120,132). Sum of RGB (Red+Green+Blue) = 220+120+132=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7884 is #23877B. Grayscale: #979797. Windows color (decimal): -2328444 or 8681692. OLE color: 8681692.

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

Color convert

RGB220120132-
CMYK00.450.400.14
HSL352.8º58.82%66.67%-
HSV(B)352.8º45.45%86.27%-
XYZ40.430.3125.55-
YUV151.27117.13177.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.61%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=46.61%
G=25.42%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012013200.450.400.14352.858.8266.67
HexDC788402D28E1613b43
Octal334170204055501654173103
Binary11011100111100010000100010110110100011101011000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7884; }

 p { color: rgb(220,120,132); }

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

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

 a { background-color: rgb(220,120,132); }

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

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

 span { border-color: rgb(220,120,132); }

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