Html Css Color HEX #D77AA5 Pale Violet Red

📋 copy color: '#D77AA5'

red 215 ◦ green 122 ◦ blue 165

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

Shades of Pale Violet Red #D77AA5

Tints of Pale Violet Red #D77AA5

RGB

 RED value IS 215 (84.38% from 255) = 42.83%

 GREEN value IS 122 (48.05% from 255) = 24.3%

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

R = 42.83%
G = 24.3%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D77AA5 (or 0xD77AA5) is known color: Pale Violet Red. HEX triplet: D7, 7A and A5. RGB value is (215,122,165). Sum of RGB (Red+Green+Blue) = 215+122+165=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AA5 is #28855A. Grayscale: #9A9A9A. Windows color (decimal): -2655579 or 10844887. OLE color: 10844887.

HSL color Cylindrical-coordinate representation of color #D77AA5: hue angle of 332.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77AA5 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 165 -
CMYK 0 0.43 0.23 0.16
HSL 332.26º 0.54% 0.66% -
HSV(B) 332.26º 0.43% 0.84% -
XYZ 41.78 31.08 39.4 -
YUV 154.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 215 122 165 0 0.43 0.23 0.16 332.26 0.54 0.66
Hex D7 7A A5 0 2B 17 10 14C 36 42
Octal 327 172 245 0 53 27 20 514 66 102
Binary 11010111 1111010 10100101 0 101011 10111 10000 101001100 110110 1000010

Color Harmonies of #D77AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AA5

Black with #D77AA5

Text Example


Text Example

White with #D77AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AA5; }

 p { color: rgb(215,122,165); }

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

background-color css

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

 a { background-color: rgb(215,122,165); }

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

border-color css

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

 span { border-color: rgb(215,122,165); }

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