#DC6A85

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

Shades of Deep Blush #DC6A85

Tints of Deep Blush #DC6A85

Color information

#DC6A85 (or 0xDC6A85) is unknown color: approx Deep Blush. HEX triplet: DC, 6A and 85. RGB value is (220,106,133). Sum of RGB (Red+Green+Blue) = 220+106+133=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6A85 is #23957A. Grayscale: #8F8F8F. Windows color (decimal): -2332027 or 8743644. OLE color: 8743644.

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

Color convert

RGB220106133-
CMYK00.520.400.14
HSL345.79º61.96%63.92%-
HSV(B)345.79º51.82%86.27%-
XYZ38.927.2225.39-
YUV143.16122.27182.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=47.93%
G=23.09%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010613300.520.400.14345.7961.9663.92
HexDC6A8503428E15a3e40
Octal334152205064501653276100
Binary11011100110101010000101011010010100011101010110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6A85; }

 p { color: rgb(220,106,133); }

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

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

 a { background-color: rgb(220,106,133); }

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

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

 span { border-color: rgb(220,106,133); }

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