#DC6D8E

Color #DC6D8E Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC6D8E

Tints of Pale Violet Red #DC6D8E

Color information

#DC6D8E (or 0xDC6D8E) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6D and 8E. RGB value is (220,109,142). Sum of RGB (Red+Green+Blue) = 220+109+142=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D8E is #239271. Grayscale: #919191. Windows color (decimal): -2331250 or 9334236. OLE color: 9334236.

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

Color convert

RGB220109142-
CMYK00.500.350.14
HSL342.16º61.33%64.51%-
HSV(B)342.16º50.45%86.27%-
XYZ39.8728.1128.91-
YUV145.95125.77180.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=46.71%
G=23.14%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010914200.500.350.14342.1661.3364.51
HexDC6D8E03223E1563d41
Octal334155216062431652675101
Binary11011100110110110001110011001010001111101010101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D8E; }

 p { color: rgb(220,109,142); }

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

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

 a { background-color: rgb(220,109,142); }

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

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

 span { border-color: rgb(220,109,142); }

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