#DF6EA6

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

Shades of Pale Violet Red #DF6EA6

Tints of Pale Violet Red #DF6EA6

Color information

#DF6EA6 (or 0xDF6EA6) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6E and A6. RGB value is (223,110,166). Sum of RGB (Red+Green+Blue) = 223+110+166=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6EA6 is #209159. Grayscale: #969696. Windows color (decimal): -2134362 or 10907359. OLE color: 10907359.

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

Color convert

RGB223110166-
CMYK00.510.260.13
HSL330.27º63.84%65.29%-
HSV(B)330.27º50.67%87.45%-
XYZ42.8929.5939.53-
YUV150.17136.94179.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=44.69%
G=22.04%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311016600.510.260.13330.2763.8465.29
HexDF6EA60331AD14a4041
Octal3371562460633215512100101
Binary11011111110111010100110011001111010110110100101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6EA6; }

 p { color: rgb(223,110,166); }

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

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

 a { background-color: rgb(223,110,166); }

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

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

 span { border-color: rgb(223,110,166); }

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