Html Css Color HEX #DA77A1 Pale Violet Red

📋 copy color: '#DA77A1'

red 218 ◦ green 119 ◦ blue 161

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

Shades of Pale Violet Red #DA77A1

Tints of Pale Violet Red #DA77A1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.9%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 43.78%
G = 23.9%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA77A1 (or 0xDA77A1) is known color: Pale Violet Red. HEX triplet: DA, 77 and A1. RGB value is (218,119,161). Sum of RGB (Red+Green+Blue) = 218+119+161=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77A1 is #25885E. Grayscale: #999999. Windows color (decimal): -2459743 or 10581978. OLE color: 10581978.

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

Color convert

RGB 218 119 161 -
CMYK 0 0.45 0.26 0.15
HSL 334.55º 0.57% 0.66% -
HSV(B) 334.55º 0.45% 0.85% -
XYZ 41.94 30.67 37.43 -
YUV 153.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 218 119 161 0 0.45 0.26 0.15 334.55 0.57 0.66
Hex DA 77 A1 0 2D 1A F 14F 39 42
Octal 332 167 241 0 55 32 17 517 71 102
Binary 11011010 1110111 10100001 0 101101 11010 1111 101001111 111001 1000010

Color Harmonies of #DA77A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77A1

Black with #DA77A1

Text Example


Text Example

White with #DA77A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77A1; }

 p { color: rgb(218,119,161); }

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

background-color css

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

 a { background-color: rgb(218,119,161); }

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

border-color css

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

 span { border-color: rgb(218,119,161); }

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