#DC7E83

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

Shades of Deep Blush #DC7E83

Tints of Deep Blush #DC7E83

Color information

#DC7E83 (or 0xDC7E83) is unknown color: approx Deep Blush. HEX triplet: DC, 7E and 83. RGB value is (220,126,131). Sum of RGB (Red+Green+Blue) = 220+126+131=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E83 is #23817C. Grayscale: #9A9A9A. Windows color (decimal): -2326909 or 8617692. OLE color: 8617692.

HSL color Cylindrical-coordinate representation of color #DC7E83: hue angle of 356.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7E83 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220126131-
CMYK00.430.400.14
HSL356.81º57.32%67.84%-
HSV(B)356.81º42.73%86.27%-
XYZ41.0731.7825.44-
YUV154.68114.64174.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=46.12%
G=26.42%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012613100.430.400.14356.8157.3267.84
HexDC7E8302B28E1653944
Octal334176203053501654571104
Binary11011100111111010000011010101110100011101011001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7E83; }

 p { color: rgb(220,126,131); }

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

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

 a { background-color: rgb(220,126,131); }

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

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

 span { border-color: rgb(220,126,131); }

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