Html Css Color HEX #DA77A5 Pale Violet Red

📋 copy color: '#DA77A5'

red 218 ◦ green 119 ◦ blue 165

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

Shades of Pale Violet Red #DA77A5

Tints of Pale Violet Red #DA77A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.87%

R = 43.43%
G = 23.71%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA77A5 (or 0xDA77A5) is known color: Pale Violet Red. HEX triplet: DA, 77 and A5. RGB value is (218,119,165). Sum of RGB (Red+Green+Blue) = 218+119+165=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77A5 is #25885A. Grayscale: #999999. Windows color (decimal): -2459739 or 10844122. OLE color: 10844122.

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

Color convert

RGB 218 119 165 -
CMYK 0 0.45 0.24 0.15
HSL 332.12º 0.57% 0.66% -
HSV(B) 332.12º 0.45% 0.85% -
XYZ 42.3 30.82 39.32 -
YUV 153.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 218 119 165 0 0.45 0.24 0.15 332.12 0.57 0.66
Hex DA 77 A5 0 2D 18 F 14C 39 42
Octal 332 167 245 0 55 30 17 514 71 102
Binary 11011010 1110111 10100101 0 101101 11000 1111 101001100 111001 1000010

Color Harmonies of #DA77A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77A5

Black with #DA77A5

Text Example


Text Example

White with #DA77A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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