#DF6D93

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

Shades of Pale Violet Red #DF6D93

Tints of Pale Violet Red #DF6D93

Color information

#DF6D93 (or 0xDF6D93) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6D and 93. RGB value is (223,109,147). Sum of RGB (Red+Green+Blue) = 223+109+147=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D93 is #20926C. Grayscale: #939393. Windows color (decimal): -2134637 or 9661919. OLE color: 9661919.

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

Color convert

RGB223109147-
CMYK00.510.340.13
HSL340º64.04%65.1%-
HSV(B)340º51.12%87.45%-
XYZ41.1728.7330.98-
YUV147.42127.77181.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=46.56%
G=22.76%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310914700.510.340.1334064.0465.1
HexDF6D9303322D1544041
Octal3371552230634215524100101
Binary110111111101101100100110110011100010110110101010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6D93; }

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

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

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

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

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

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

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

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