Html Css Color HEX #D97BAA Pale Violet Red

📋 copy color: '#D97BAA'

red 217 ◦ green 123 ◦ blue 170

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

Shades of Pale Violet Red #D97BAA

Tints of Pale Violet Red #D97BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.12%

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

R = 42.55%
G = 24.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D97BAA (or 0xD97BAA) is known color: Pale Violet Red. HEX triplet: D9, 7B and AA. RGB value is (217,123,170). Sum of RGB (Red+Green+Blue) = 217+123+170=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BAA is #268455. Grayscale: #9C9C9C. Windows color (decimal): -2524246 or 11172825. OLE color: 11172825.

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

Color convert

RGB 217 123 170 -
CMYK 0 0.43 0.22 0.15
HSL 330º 0.55% 0.67% -
HSV(B) 330º 0.43% 0.85% -
XYZ 42.95 31.82 41.91 -
YUV 156.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 217 123 170 0 0.43 0.22 0.15 330 0.55 0.67
Hex D9 7B AA 0 2B 16 F 14A 37 43
Octal 331 173 252 0 53 26 17 512 67 103
Binary 11011001 1111011 10101010 0 101011 10110 1111 101001010 110111 1000011

Color Harmonies of #D97BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BAA

Black with #D97BAA

Text Example


Text Example

White with #D97BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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