#DF6991

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

Shades of Pale Violet Red #DF6991

Tints of Pale Violet Red #DF6991

Color information

#DF6991 (or 0xDF6991) is unknown color: approx Pale Violet Red. HEX triplet: DF, 69 and 91. RGB value is (223,105,145). Sum of RGB (Red+Green+Blue) = 223+105+145=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6991 is #20966E. Grayscale: #909090. Windows color (decimal): -2135663 or 9529823. OLE color: 9529823.

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

Color convert

RGB223105145-
CMYK00.530.350.13
HSL339.66º64.84%64.31%-
HSV(B)339.66º52.91%87.45%-
XYZ40.5927.8430.02-
YUV144.84128.09183.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=47.15%
G=22.20%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310514500.530.350.13339.6664.8464.31
HexDF699103523D1544140
Octal3371512210654315524101100
Binary110111111101001100100010110101100011110110101010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6991; }

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

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

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

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

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

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

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

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