Html Css Color HEX #DA5E91 Pale Violet Red

📋 copy color: '#DA5E91'

red 218 ◦ green 94 ◦ blue 145

#DA5E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DA5E91

Tints of Pale Violet Red #DA5E91

RGB

 RED value IS 218 (85.55% from 255) = 47.7%

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 47.7%
G = 20.57%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA5E91 (or 0xDA5E91) is known color: Pale Violet Red. HEX triplet: DA, 5E and 91. RGB value is (218,94,145). Sum of RGB (Red+Green+Blue) = 218+94+145=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E91 is #25A16E. Grayscale: #888888. Windows color (decimal): -2466159 or 9527002. OLE color: 9527002.

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

Color convert

RGB 218 94 145 -
CMYK 0 0.57 0.33 0.15
HSL 335.32º 0.63% 0.61% -
HSV(B) 335.32º 0.57% 0.85% -
XYZ 38.03 24.96 29.6 -
YUV 136.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 218 94 145 0 0.57 0.33 0.15 335.32 0.63 0.61
Hex DA 5E 91 0 39 21 F 14F 3F 3D
Octal 332 136 221 0 71 41 17 517 77 75
Binary 11011010 1011110 10010001 0 111001 100001 1111 101001111 111111 111101

Color Harmonies of #DA5E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E91

Black with #DA5E91

Text Example


Text Example

White with #DA5E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E91; }

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

 H1.HeaderClassName
 {
   color: #DA5E91;
 }
 .AnyTagClassName
 {
   color: #DA5E91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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