#DF6F91

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

Shades of Pale Violet Red #DF6F91

Tints of Pale Violet Red #DF6F91

Color information

#DF6F91 (or 0xDF6F91) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6F and 91. RGB value is (223,111,145). Sum of RGB (Red+Green+Blue) = 223+111+145=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F91 is #20906E. Grayscale: #949494. Windows color (decimal): -2134127 or 9531359. OLE color: 9531359.

HSL color Cylindrical-coordinate representation of color #DF6F91: hue angle of 341.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6F91 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223111145-
CMYK00.500.350.13
HSL341.79º63.64%65.49%-
HSV(B)341.79º50.22%87.45%-
XYZ41.2329.130.23-
YUV148.36126.11181.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=46.56%
G=23.17%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311114500.500.350.13341.7963.6465.49
HexDF6F9103223D1564041
Octal3371572210624315526100101
Binary110111111101111100100010110010100011110110101011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6F91; }

 p { color: rgb(223,111,145); }

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

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

 a { background-color: rgb(223,111,145); }

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

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

 span { border-color: rgb(223,111,145); }

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