Html Css Color HEX #D77AA9 Pale Violet Red

📋 copy color: '#D77AA9'

red 215 ◦ green 122 ◦ blue 169

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

Shades of Pale Violet Red #D77AA9

Tints of Pale Violet Red #D77AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.4%

R = 42.49%
G = 24.11%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D77AA9 (or 0xD77AA9) is known color: Pale Violet Red. HEX triplet: D7, 7A and A9. RGB value is (215,122,169). Sum of RGB (Red+Green+Blue) = 215+122+169=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AA9 is #288556. Grayscale: #9B9B9B. Windows color (decimal): -2655575 or 11107031. OLE color: 11107031.

HSL color Cylindrical-coordinate representation of color #D77AA9: hue angle of 329.68º 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 #D77AA9 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 169 -
CMYK 0 0.43 0.21 0.16
HSL 329.68º 0.54% 0.66% -
HSV(B) 329.68º 0.43% 0.84% -
XYZ 42.15 31.23 41.34 -
YUV 155.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 215 122 169 0 0.43 0.21 0.16 329.68 0.54 0.66
Hex D7 7A A9 0 2B 15 10 14A 36 42
Octal 327 172 251 0 53 25 20 512 66 102
Binary 11010111 1111010 10101001 0 101011 10101 10000 101001010 110110 1000010

Color Harmonies of #D77AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AA9

Black with #D77AA9

Text Example


Text Example

White with #D77AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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