Html Css Color HEX #D97997 Pale Violet Red

📋 copy color: '#D97997'

red 217 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #D97997

Tints of Pale Violet Red #D97997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.74%

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 44.38%
G = 24.74%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D97997 (or 0xD97997) is known color: Pale Violet Red. HEX triplet: D9, 79 and 97. RGB value is (217,121,151). Sum of RGB (Red+Green+Blue) = 217+121+151=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D97997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97997 is #268668. Grayscale: #999999. Windows color (decimal): -2524777 or 9927129. OLE color: 9927129.

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

Color convert

RGB 217 121 151 -
CMYK 0 0.44 0.30 0.15
HSL 341.25º 0.56% 0.66% -
HSV(B) 341.25º 0.44% 0.85% -
XYZ 41.04 30.66 33.03 -
YUV 153.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 217 121 151 0 0.44 0.30 0.15 341.25 0.56 0.66
Hex D9 79 97 0 2C 1E F 155 38 42
Octal 331 171 227 0 54 36 17 525 70 102
Binary 11011001 1111001 10010111 0 101100 11110 1111 101010101 111000 1000010

Color Harmonies of #D97997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97997

Black with #D97997

Text Example


Text Example

White with #D97997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97997; }

 p { color: rgb(217,121,151); }

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

background-color css

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

 a { background-color: rgb(217,121,151); }

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

border-color css

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

 span { border-color: rgb(217,121,151); }

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