#DC6DAC

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

Shades of Pale Violet Red #DC6DAC

Tints of Pale Violet Red #DC6DAC

Color information

#DC6DAC (or 0xDC6DAC) is unknown color: approx Pale Violet Red. HEX triplet: DC, 6D and AC. RGB value is (220,109,172). Sum of RGB (Red+Green+Blue) = 220+109+172=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DAC is #239253. Grayscale: #959595. Windows color (decimal): -2331220 or 11300316. OLE color: 11300316.

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

Color convert

RGB220109172-
CMYK00.500.220.14
HSL325.95º61.33%64.51%-
HSV(B)325.95º50.45%86.27%-
XYZ42.4329.1342.42-
YUV149.37140.77178.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=43.91%
G=21.76%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010917200.500.220.14325.9561.3364.51
HexDC6DAC03216E1463d41
Octal334155254062261650675101
Binary1101110011011011010110001100101011011101010001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DAC; }

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

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

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

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

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

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

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

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