#DC7184

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

Shades of Deep Blush #DC7184

Tints of Deep Blush #DC7184

Color information

#DC7184 (or 0xDC7184) is unknown color: approx Deep Blush. HEX triplet: DC, 71 and 84. RGB value is (220,113,132). Sum of RGB (Red+Green+Blue) = 220+113+132=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7184 is #238E7B. Grayscale: #939393. Windows color (decimal): -2330236 or 8679900. OLE color: 8679900.

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

Color convert

RGB220113132-
CMYK00.490.400.14
HSL349.35º60.45%65.29%-
HSV(B)349.35º48.64%86.27%-
XYZ39.5928.6925.28-
YUV147.16119.45179.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=47.31%
G=24.30%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011313200.490.400.14349.3560.4565.29
HexDC718403128E15d3c41
Octal334161204061501653574101
Binary11011100111000110000100011000110100011101010111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7184; }

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

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

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

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

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

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

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

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