#DC7586

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

Shades of Deep Blush #DC7586

Tints of Deep Blush #DC7586

Color information

#DC7586 (or 0xDC7586) is unknown color: approx Deep Blush. HEX triplet: DC, 75 and 86. RGB value is (220,117,134). Sum of RGB (Red+Green+Blue) = 220+117+134=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7586 is #238A79. Grayscale: #959595. Windows color (decimal): -2329210 or 8811996. OLE color: 8811996.

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

Color convert

RGB220117134-
CMYK00.470.390.14
HSL350.1º59.54%66.08%-
HSV(B)350.1º46.82%86.27%-
XYZ40.1829.6626.16-
YUV149.74119.12178.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=46.71%
G=24.84%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011713400.470.390.14350.159.5466.08
HexDC758602F27E15e3c42
Octal334165206057471653674102
Binary11011100111010110000110010111110011111101010111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7586; }

 p { color: rgb(220,117,134); }

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

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

 a { background-color: rgb(220,117,134); }

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

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

 span { border-color: rgb(220,117,134); }

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