#DC6F86

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

Shades of Deep Blush #DC6F86

Tints of Deep Blush #DC6F86

Color information

#DC6F86 (or 0xDC6F86) is unknown color: approx Deep Blush. HEX triplet: DC, 6F and 86. RGB value is (220,111,134). Sum of RGB (Red+Green+Blue) = 220+111+134=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F86 is #239079. Grayscale: #929292. Windows color (decimal): -2330746 or 8810460. OLE color: 8810460.

HSL color Cylindrical-coordinate representation of color #DC6F86: hue angle of 347.34º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F86 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220111134-
CMYK00.500.390.14
HSL347.34º60.89%64.9%-
HSV(B)347.34º49.55%86.27%-
XYZ39.528.3125.94-
YUV146.21121.11180.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=47.31%
G=23.87%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011113400.500.390.14347.3460.8964.9
HexDC6F8603227E15b3d41
Octal334157206062471653375101
Binary11011100110111110000110011001010011111101010110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6F86; }

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

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

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

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

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

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

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

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