#df6d96

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

Shades of Pale Violet Red #DF6D96

Tints of Pale Violet Red #DF6D96

Color information

#DF6D96 (or 0xDF6D96) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6D and 96. RGB value is (223,109,150). Sum of RGB (Red+Green+Blue) = 223+109+150=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D96 is #209269. Grayscale: #939393. Windows color (decimal): -2134634 or 9858527. OLE color: 9858527.

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

Color convert

RGB223109150-
CMYK00.510.330.13
HSL338.42º64.04%65.1%-
HSV(B)338.42º51.12%87.45%-
XYZ41.4128.8332.24-
YUV147.76129.27181.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=46.27%
G=22.61%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310915000.510.330.13338.4264.0465.1
HexDF6D9603321D1524041
Octal3371552260634115522100101
Binary110111111101101100101100110011100001110110101001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6d96; }

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

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

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

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

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

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

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

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