Html Css Color HEX #D97AAA Pale Violet Red

📋 copy color: '#D97AAA'

red 217 ◦ green 122 ◦ blue 170

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

Shades of Pale Violet Red #D97AAA

Tints of Pale Violet Red #D97AAA

RGB

 RED value IS 217 (85.16% from 255) = 42.63%

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

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

R = 42.63%
G = 23.97%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D97AAA (or 0xD97AAA) is known color: Pale Violet Red. HEX triplet: D9, 7A and AA. RGB value is (217,122,170). Sum of RGB (Red+Green+Blue) = 217+122+170=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97AAA is #268555. Grayscale: #9B9B9B. Windows color (decimal): -2524502 or 11172569. OLE color: 11172569.

HSL color Cylindrical-coordinate representation of color #D97AAA: hue angle of 329.68º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97AAA is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 122 170 -
CMYK 0 0.44 0.22 0.15
HSL 329.68º 0.56% 0.66% -
HSV(B) 329.68º 0.44% 0.85% -
XYZ 42.83 31.57 41.87 -
YUV 155.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 217 122 170 0 0.44 0.22 0.15 329.68 0.56 0.66
Hex D9 7A AA 0 2C 16 F 14A 38 42
Octal 331 172 252 0 54 26 17 512 70 102
Binary 11011001 1111010 10101010 0 101100 10110 1111 101001010 111000 1000010

Color Harmonies of #D97AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AAA

Black with #D97AAA

Text Example


Text Example

White with #D97AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AAA; }

 p { color: rgb(217,122,170); }

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

background-color css

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

 a { background-color: rgb(217,122,170); }

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

border-color css

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

 span { border-color: rgb(217,122,170); }

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