#DF6DA0

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

Shades of Pale Violet Red #DF6DA0

Tints of Pale Violet Red #DF6DA0

Color information

#DF6DA0 (or 0xDF6DA0) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6D and A0. RGB value is (223,109,160). Sum of RGB (Red+Green+Blue) = 223+109+160=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DA0 is #20925F. Grayscale: #949494. Windows color (decimal): -2134624 or 10513887. OLE color: 10513887.

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

Color convert

RGB223109160-
CMYK00.510.280.13
HSL333.16º64.04%65.1%-
HSV(B)333.16º51.12%87.45%-
XYZ42.2529.1636.66-
YUV148.9134.27180.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=45.33%
G=22.15%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310916000.510.280.13333.1664.0465.1
HexDF6DA00331CD14d4041
Octal3371552400633415515100101
Binary11011111110110110100000011001111100110110100110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6DA0; }

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

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

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

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

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

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

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

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