#DF5995

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

Shades of Pale Violet Red #DF5995

Tints of Pale Violet Red #DF5995

Color information

#DF5995 (or 0xDF5995) is unknown color: approx Pale Violet Red. HEX triplet: DF, 59 and 95. RGB value is (223,89,149). Sum of RGB (Red+Green+Blue) = 223+89+149=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5995 is #20A66A. Grayscale: #878787. Windows color (decimal): -2139755 or 9787871. OLE color: 9787871.

HSL color Cylindrical-coordinate representation of color #DF5995: hue angle of 333.13º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5995 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22389149-
CMYK00.600.330.13
HSL333.13º67.68%61.18%-
HSV(B)333.13º60.09%87.45%-
XYZ39.432531.18-
YUV135.91135.39190.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.37%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=48.37%
G=19.31%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238914900.600.330.13333.1367.6861.18
HexDF599503C21D14d443d
Octal337131225074411551510475
Binary11011111101100110010101011110010000111011010011011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5995; }

 p { color: rgb(223,89,149); }

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

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

 a { background-color: rgb(223,89,149); }

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

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

 span { border-color: rgb(223,89,149); }

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