#DF5F95

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

Shades of Pale Violet Red #DF5F95

Tints of Pale Violet Red #DF5F95

Color information

#DF5F95 (or 0xDF5F95) is unknown color: approx Pale Violet Red. HEX triplet: DF, 5F and 95. RGB value is (223,95,149). Sum of RGB (Red+Green+Blue) = 223+95+149=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F95 is #20A06A. Grayscale: #8B8B8B. Windows color (decimal): -2138219 or 9789407. OLE color: 9789407.

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

Color convert

RGB22395149-
CMYK00.570.330.13
HSL334.69º66.67%62.35%-
HSV(B)334.69º57.4%87.45%-
XYZ39.9526.0431.35-
YUV139.43133.41187.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=47.75%
G=20.34%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239514900.570.330.13334.6966.6762.35
HexDF5F9503921D14f433e
Octal337137225071411551710376
Binary11011111101111110010101011100110000111011010011111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5F95; }

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

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

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

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

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

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

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

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