Html Css Color HEX #DA77AA Pale Violet Red

📋 copy color: '#DA77AA'

red 218 ◦ green 119 ◦ blue 170

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

Shades of Pale Violet Red #DA77AA

Tints of Pale Violet Red #DA77AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 43%
G = 23.47%
B = 33.53%

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

#DA77AA (or 0xDA77AA) is known color: Pale Violet Red. HEX triplet: DA, 77 and AA. RGB value is (218,119,170). Sum of RGB (Red+Green+Blue) = 218+119+170=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77AA is #258855. Grayscale: #9A9A9A. Windows color (decimal): -2459734 or 11171802. OLE color: 11171802.

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

Color convert

RGB 218 119 170 -
CMYK 0 0.45 0.22 0.15
HSL 329.09º 0.57% 0.66% -
HSV(B) 329.09º 0.45% 0.85% -
XYZ 42.77 31 41.76 -
YUV 154.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 218 119 170 0 0.45 0.22 0.15 329.09 0.57 0.66
Hex DA 77 AA 0 2D 16 F 149 39 42
Octal 332 167 252 0 55 26 17 511 71 102
Binary 11011010 1110111 10101010 0 101101 10110 1111 101001001 111001 1000010

Color Harmonies of #DA77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77AA

Black with #DA77AA

Text Example


Text Example

White with #DA77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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