#DC7588

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

Shades of Deep Blush #DC7588

Tints of Deep Blush #DC7588

Color information

#DC7588 (or 0xDC7588) is unknown color: approx Deep Blush. HEX triplet: DC, 75 and 88. RGB value is (220,117,136). Sum of RGB (Red+Green+Blue) = 220+117+136=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7588 is #238A77. Grayscale: #959595. Windows color (decimal): -2329208 or 8943068. OLE color: 8943068.

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

Color convert

RGB220117136-
CMYK00.470.380.14
HSL348.93º59.54%66.08%-
HSV(B)348.93º46.82%86.27%-
XYZ40.3229.7226.9-
YUV149.96120.12177.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=46.51%
G=24.74%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011713600.470.380.14348.9359.5466.08
HexDC758802F26E15d3c42
Octal334165210057461653574102
Binary11011100111010110001000010111110011011101010111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7588; }

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

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

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

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

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

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

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

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