#DF5CA4

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

Shades of Pale Violet Red #DF5CA4

Tints of Pale Violet Red #DF5CA4

Color information

#DF5CA4 (or 0xDF5CA4) is unknown color: approx Pale Violet Red. HEX triplet: DF, 5C and A4. RGB value is (223,92,164). Sum of RGB (Red+Green+Blue) = 223+92+164=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5CA4 is #20A35B. Grayscale: #8B8B8B. Windows color (decimal): -2138972 or 10771679. OLE color: 10771679.

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

Color convert

RGB22392164-
CMYK00.590.260.13
HSL327.02º67.18%61.76%-
HSV(B)327.02º58.74%87.45%-
XYZ40.9626.0237.99-
YUV139.38141.9187.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=46.56%
G=19.21%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239216400.590.260.13327.0267.1861.76
HexDF5CA403B1AD147433e
Octal337134244073321550710376
Binary1101111110111001010010001110111101011011010001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5CA4; }

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

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

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

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

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

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

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

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