Html Css Color HEX #D97AA3 Pale Violet Red

📋 copy color: '#D97AA3'

red 217 ◦ green 122 ◦ blue 163

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

Shades of Pale Violet Red #D97AA3

Tints of Pale Violet Red #D97AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.47%

R = 43.23%
G = 24.3%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D97AA3 (or 0xD97AA3) is known color: Pale Violet Red. HEX triplet: D9, 7A and A3. RGB value is (217,122,163). Sum of RGB (Red+Green+Blue) = 217+122+163=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97AA3 is #26855C. Grayscale: #9B9B9B. Windows color (decimal): -2524509 or 10713817. OLE color: 10713817.

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

Color convert

RGB 217 122 163 -
CMYK 0 0.44 0.25 0.15
HSL 334.11º 0.56% 0.66% -
HSV(B) 334.11º 0.44% 0.85% -
XYZ 42.19 31.32 38.47 -
YUV 155.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 217 122 163 0 0.44 0.25 0.15 334.11 0.56 0.66
Hex D9 7A A3 0 2C 19 F 14E 38 42
Octal 331 172 243 0 54 31 17 516 70 102
Binary 11011001 1111010 10100011 0 101100 11001 1111 101001110 111000 1000010

Color Harmonies of #D97AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AA3

Black with #D97AA3

Text Example


Text Example

White with #D97AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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