#DA5F91

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

Shades of Pale Violet Red #DA5F91

Tints of Pale Violet Red #DA5F91

Color information

#DA5F91 (or 0xDA5F91) is unknown color: approx Pale Violet Red. HEX triplet: DA, 5F and 91. RGB value is (218,95,145). Sum of RGB (Red+Green+Blue) = 218+95+145=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5F91 is #25A06E. Grayscale: #898989. Windows color (decimal): -2465903 or 9527258. OLE color: 9527258.

HSL color Cylindrical-coordinate representation of color #DA5F91: hue angle of 335.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5F91 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21895145-
CMYK00.560.330.15
HSL335.61º62.44%61.37%-
HSV(B)335.61º56.42%85.49%-
XYZ38.1225.1329.63-
YUV137.48132.25185.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.60%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=47.60%
G=20.74%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189514500.560.330.15335.6162.4461.37
HexDA5F9103821F1503e3d
Octal33213722107041175207675
Binary1101101010111111001000101110001000011111101010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F91; }

 p { color: rgb(218,95,145); }

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

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

 a { background-color: rgb(218,95,145); }

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

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

 span { border-color: rgb(218,95,145); }

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