Html Css Color HEX #D97497 Pale Violet Red

📋 copy color: '#D97497'

red 217 ◦ green 116 ◦ blue 151

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

Shades of Pale Violet Red #D97497

Tints of Pale Violet Red #D97497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

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

R = 44.83%
G = 23.97%
B = 31.2%

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

#D97497 (or 0xD97497) is known color: Pale Violet Red. HEX triplet: D9, 74 and 97. RGB value is (217,116,151). Sum of RGB (Red+Green+Blue) = 217+116+151=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D97497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97497 is #268B68. Grayscale: #969696. Windows color (decimal): -2526057 or 9925849. OLE color: 9925849.

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

Color convert

RGB 217 116 151 -
CMYK 0 0.47 0.30 0.15
HSL 339.21º 0.57% 0.65% -
HSV(B) 339.21º 0.47% 0.85% -
XYZ 40.45 29.48 32.84 -
YUV 150.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 217 116 151 0 0.47 0.30 0.15 339.21 0.57 0.65
Hex D9 74 97 0 2F 1E F 153 39 41
Octal 331 164 227 0 57 36 17 523 71 101
Binary 11011001 1110100 10010111 0 101111 11110 1111 101010011 111001 1000001

Color Harmonies of #D97497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97497

Black with #D97497

Text Example


Text Example

White with #D97497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97497; }

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

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

background-color css

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

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

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

border-color css

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

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

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