Html Css Color HEX #DA5E93 Pale Violet Red

📋 copy color: '#DA5E93'

red 218 ◦ green 94 ◦ blue 147

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

Shades of Pale Violet Red #DA5E93

Tints of Pale Violet Red #DA5E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 47.49%
G = 20.48%
B = 32.03%

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

#DA5E93 (or 0xDA5E93) is known color: Pale Violet Red. HEX triplet: DA, 5E and 93. RGB value is (218,94,147). Sum of RGB (Red+Green+Blue) = 218+94+147=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E93 is #25A16C. Grayscale: #898989. Windows color (decimal): -2466157 or 9658074. OLE color: 9658074.

HSL color Cylindrical-coordinate representation of color #DA5E93: hue angle of 334.35º 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 #DA5E93 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 147 -
CMYK 0 0.57 0.33 0.15
HSL 334.35º 0.63% 0.61% -
HSV(B) 334.35º 0.57% 0.85% -
XYZ 38.18 25.02 30.42 -
YUV 137.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 218 94 147 0 0.57 0.33 0.15 334.35 0.63 0.61
Hex DA 5E 93 0 39 21 F 14E 3F 3D
Octal 332 136 223 0 71 41 17 516 77 75
Binary 11011010 1011110 10010011 0 111001 100001 1111 101001110 111111 111101

Color Harmonies of #DA5E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E93

Black with #DA5E93

Text Example


Text Example

White with #DA5E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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