#DC7685

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

Shades of Deep Blush #DC7685

Tints of Deep Blush #DC7685

Color information

#DC7685 (or 0xDC7685) is unknown color: approx Deep Blush. HEX triplet: DC, 76 and 85. RGB value is (220,118,133). Sum of RGB (Red+Green+Blue) = 220+118+133=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7685 is #23897A. Grayscale: #969696. Windows color (decimal): -2328955 or 8746716. OLE color: 8746716.

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

Color convert

RGB220118133-
CMYK00.460.400.14
HSL351.18º59.3%66.27%-
HSV(B)351.18º46.36%86.27%-
XYZ40.2329.8725.83-
YUV150.21118.29177.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=46.71%
G=25.05%
B=28.24%

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
Decimal22011813300.460.400.14351.1859.366.27
HexDC768502E28E15f3b42
Octal334166205056501653773102
Binary11011100111011010000101010111010100011101010111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7685; }

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

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

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

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

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

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

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

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