#DC6DA4

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

Shades of Pale Violet Red #DC6DA4

Tints of Pale Violet Red #DC6DA4

Color information

#DC6DA4 (or 0xDC6DA4) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6D and A4. RGB value is (220,109,164). Sum of RGB (Red+Green+Blue) = 220+109+164=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DA4 is #23925B. Grayscale: #949494. Windows color (decimal): -2331228 or 10776028. OLE color: 10776028.

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

Color convert

RGB220109164-
CMYK00.500.250.14
HSL330.27º61.33%64.51%-
HSV(B)330.27º50.45%86.27%-
XYZ41.6828.8338.49-
YUV148.46136.77179.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=44.62%
G=22.11%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010916400.500.250.14330.2761.3364.51
HexDC6DA403219E14a3d41
Octal334155244062311651275101
Binary1101110011011011010010001100101100111101010010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DA4; }

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

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

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

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

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

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

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

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