#DF5C9D

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

Shades of Pale Violet Red #DF5C9D

Tints of Pale Violet Red #DF5C9D

Color information

#DF5C9D (or 0xDF5C9D) is unknown color: approx Pale Violet Red. HEX triplet: DF, 5C and 9D. RGB value is (223,92,157). Sum of RGB (Red+Green+Blue) = 223+92+157=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5C9D is #20A362. Grayscale: #8A8A8A. Windows color (decimal): -2138979 or 10312927. OLE color: 10312927.

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

Color convert

RGB22392157-
CMYK00.590.300.13
HSL330.23º67.18%61.76%-
HSV(B)330.23º58.74%87.45%-
XYZ40.3425.7834.75-
YUV138.58138.4188.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=47.25%
G=19.49%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239215700.590.300.13330.2367.1861.76
HexDF5C9D03B1ED14a433e
Octal337134235073361551210376
Binary1101111110111001001110101110111111011011010010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5C9D; }

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

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

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

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

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

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

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

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