#DF6F99

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

Shades of Pale Violet Red #DF6F99

Tints of Pale Violet Red #DF6F99

Color information

#DF6F99 (or 0xDF6F99) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6F and 99. RGB value is (223,111,153). Sum of RGB (Red+Green+Blue) = 223+111+153=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F99 is #209066. Grayscale: #959595. Windows color (decimal): -2134119 or 10055647. OLE color: 10055647.

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

Color convert

RGB223111153-
CMYK00.500.310.13
HSL337.5º63.64%65.49%-
HSV(B)337.5º50.22%87.45%-
XYZ41.8729.3633.6-
YUV149.28130.11180.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=45.79%
G=22.79%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311115300.500.310.13337.563.6465.49
HexDF6F990321FD1524041
Octal3371572310623715522100101
Binary11011111110111110011001011001011111110110101001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6F99; }

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

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

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

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

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

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

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

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