#df5d90

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

Shades of Pale Violet Red #DF5D90

Tints of Pale Violet Red #DF5D90

Color information

#DF5D90 (or 0xDF5D90) is unknown color: approx Pale Violet Red. HEX triplet: DF, 5D and 90. RGB value is (223,93,144). Sum of RGB (Red+Green+Blue) = 223+93+144=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D90 is #20A26F. Grayscale: #898989. Windows color (decimal): -2138736 or 9461215. OLE color: 9461215.

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

Color convert

RGB22393144-
CMYK00.580.350.13
HSL336.46º67.01%61.96%-
HSV(B)336.46º58.3%87.45%-
XYZ39.3825.5329.24-
YUV137.68131.57188.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=48.48%
G=20.22%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239314400.580.350.13336.4667.0161.96
HexDF5D9003A23D150433e
Octal337135220072431552010376
Binary11011111101110110010000011101010001111011010100001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5d90; }

 p { color: rgb(223,93,144); }

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

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

 a { background-color: rgb(223,93,144); }

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

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

 span { border-color: rgb(223,93,144); }

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