Html Css Color HEX #D97397 Pale Violet Red

📋 copy color: '#D97397'

red 217 ◦ green 115 ◦ blue 151

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

Shades of Pale Violet Red #D97397

Tints of Pale Violet Red #D97397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

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

R = 44.93%
G = 23.81%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D97397 (or 0xD97397) is known color: Pale Violet Red. HEX triplet: D9, 73 and 97. RGB value is (217,115,151). Sum of RGB (Red+Green+Blue) = 217+115+151=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D97397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97397 is #268C68. Grayscale: #959595. Windows color (decimal): -2526313 or 9925593. OLE color: 9925593.

HSL color Cylindrical-coordinate representation of color #D97397: hue angle of 338.82º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97397 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 151 -
CMYK 0 0.47 0.30 0.15
HSL 338.82º 0.57% 0.65% -
HSV(B) 338.82º 0.47% 0.85% -
XYZ 40.33 29.25 32.8 -
YUV 149.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 217 115 151 0 0.47 0.30 0.15 338.82 0.57 0.65
Hex D9 73 97 0 2F 1E F 153 39 41
Octal 331 163 227 0 57 36 17 523 71 101
Binary 11011001 1110011 10010111 0 101111 11110 1111 101010011 111001 1000001

Color Harmonies of #D97397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97397

Black with #D97397

Text Example


Text Example

White with #D97397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97397; }

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

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

background-color css

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

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

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

border-color css

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

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

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