Html Css Color HEX #DA77AB Pale Violet Red

📋 copy color: '#DA77AB'

red 218 ◦ green 119 ◦ blue 171

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

Shades of Pale Violet Red #DA77AB

Tints of Pale Violet Red #DA77AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 42.91%
G = 23.43%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA77AB (or 0xDA77AB) is known color: Pale Violet Red. HEX triplet: DA, 77 and AB. RGB value is (218,119,171). Sum of RGB (Red+Green+Blue) = 218+119+171=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77AB is #258854. Grayscale: #9A9A9A. Windows color (decimal): -2459733 or 11237338. OLE color: 11237338.

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

Color convert

RGB 218 119 171 -
CMYK 0 0.45 0.22 0.15
HSL 328.48º 0.57% 0.66% -
HSV(B) 328.48º 0.45% 0.85% -
XYZ 42.86 31.04 42.26 -
YUV 154.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 218 119 171 0 0.45 0.22 0.15 328.48 0.57 0.66
Hex DA 77 AB 0 2D 16 F 148 39 42
Octal 332 167 253 0 55 26 17 510 71 102
Binary 11011010 1110111 10101011 0 101101 10110 1111 101001000 111001 1000010

Color Harmonies of #DA77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77AB

Black with #DA77AB

Text Example


Text Example

White with #DA77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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