#DF6DAD

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

Shades of Pale Violet Red #DF6DAD

Tints of Pale Violet Red #DF6DAD

Color information

#DF6DAD (or 0xDF6DAD) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6D and AD. RGB value is (223,109,173). Sum of RGB (Red+Green+Blue) = 223+109+173=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DAD is #209252. Grayscale: #969696. Windows color (decimal): -2134611 or 11365855. OLE color: 11365855.

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

Color convert

RGB223109173-
CMYK00.510.220.13
HSL326.32º64.04%65.1%-
HSV(B)326.32º51.12%87.45%-
XYZ43.4429.6442.97-
YUV150.38140.77179.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=44.16%
G=21.58%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310917300.510.220.13326.3264.0465.1
HexDF6DAD03316D1464041
Octal3371552550632615506100101
Binary11011111110110110101101011001110110110110100011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6DAD; }

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

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

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

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

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

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

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

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