#DC7684

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

Shades of Deep Blush #DC7684

Tints of Deep Blush #DC7684

Color information

#DC7684 (or 0xDC7684) is unknown color: approx Deep Blush. HEX triplet: DC, 76 and 84. RGB value is (220,118,132). Sum of RGB (Red+Green+Blue) = 220+118+132=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7684 is #23897B. Grayscale: #969696. Windows color (decimal): -2328956 or 8681180. OLE color: 8681180.

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

Color convert

RGB220118132-
CMYK00.460.400.14
HSL351.76º59.3%66.27%-
HSV(B)351.76º46.36%86.27%-
XYZ40.1629.8425.47-
YUV150.09117.79177.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.81%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=46.81%
G=25.11%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011813200.460.400.14351.7659.366.27
HexDC768402E28E1603b42
Octal334166204056501654073102
Binary11011100111011010000100010111010100011101011000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7684; }

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

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

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

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

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

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

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

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