#DC7189

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

Shades of Deep Blush #DC7189

Tints of Deep Blush #DC7189

Color information

#DC7189 (or 0xDC7189) is unknown color: approx Deep Blush. HEX triplet: DC, 71 and 89. RGB value is (220,113,137). Sum of RGB (Red+Green+Blue) = 220+113+137=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7189 is #238E76. Grayscale: #939393. Windows color (decimal): -2330231 or 9007580. OLE color: 9007580.

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

Color convert

RGB220113137-
CMYK00.490.380.14
HSL346.54º60.45%65.29%-
HSV(B)346.54º48.64%86.27%-
XYZ39.9428.8327.13-
YUV147.73121.95179.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.81%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=46.81%
G=24.04%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011313700.490.380.14346.5460.4565.29
HexDC718903126E15b3c41
Octal334161211061461653374101
Binary11011100111000110001001011000110011011101010110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7189; }

 p { color: rgb(220,113,137); }

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

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

 a { background-color: rgb(220,113,137); }

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

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

 span { border-color: rgb(220,113,137); }

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