#DF6D9D

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

Shades of Pale Violet Red #DF6D9D

Tints of Pale Violet Red #DF6D9D

Color information

#DF6D9D (or 0xDF6D9D) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6D and 9D. RGB value is (223,109,157). Sum of RGB (Red+Green+Blue) = 223+109+157=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D9D is #209262. Grayscale: #949494. Windows color (decimal): -2134627 or 10317279. OLE color: 10317279.

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

Color convert

RGB223109157-
CMYK00.510.300.13
HSL334.74º64.04%65.1%-
HSV(B)334.74º51.12%87.45%-
XYZ41.9929.0635.29-
YUV148.56132.77181.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=45.60%
G=22.29%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310915700.510.300.13334.7464.0465.1
HexDF6D9D0331ED14f4041
Octal3371552350633615517100101
Binary11011111110110110011101011001111110110110100111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6D9D; }

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

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

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

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

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

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

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

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