#DF5C9F

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

Shades of Pale Violet Red #DF5C9F

Tints of Pale Violet Red #DF5C9F

Color information

#DF5C9F (or 0xDF5C9F) is unknown color: approx Pale Violet Red. HEX triplet: DF, 5C and 9F. RGB value is (223,92,159). Sum of RGB (Red+Green+Blue) = 223+92+159=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5C9F is #20A360. Grayscale: #8A8A8A. Windows color (decimal): -2138977 or 10443999. OLE color: 10443999.

HSL color Cylindrical-coordinate representation of color #DF5C9F: hue angle of 329.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C9F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22392159-
CMYK00.590.290.13
HSL329.31º67.18%61.76%-
HSV(B)329.31º58.74%87.45%-
XYZ40.5225.8535.65-
YUV138.81139.4188.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.05%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=47.05%
G=19.41%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239215900.590.290.13329.3167.1861.76
HexDF5C9F03B1DD149433e
Octal337134237073351551110376
Binary1101111110111001001111101110111110111011010010011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5C9F; }

 p { color: rgb(223,92,159); }

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

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

 a { background-color: rgb(223,92,159); }

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

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

 span { border-color: rgb(223,92,159); }

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