#DF6DAC

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

Shades of Pale Violet Red #DF6DAC

Tints of Pale Violet Red #DF6DAC

Color information

#DF6DAC (or 0xDF6DAC) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6D and AC. RGB value is (223,109,172). Sum of RGB (Red+Green+Blue) = 223+109+172=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DAC is #209253. Grayscale: #969696. Windows color (decimal): -2134612 or 11300319. OLE color: 11300319.

HSL color Cylindrical-coordinate representation of color #DF6DAC: hue angle of 326.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DAC is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223109172-
CMYK00.510.230.13
HSL326.84º64.04%65.1%-
HSV(B)326.84º51.12%87.45%-
XYZ43.3529.642.46-
YUV150.27140.27179.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=44.25%
G=21.63%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310917200.510.230.13326.8464.0465.1
HexDF6DAC03317D1474041
Octal3371552540632715507100101
Binary11011111110110110101100011001110111110110100011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6DAC; }

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

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

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

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

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

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

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

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