Html Css Color HEX #D97197 Pale Violet Red

📋 copy color: '#D97197'

red 217 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #D97197

Tints of Pale Violet Red #D97197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.49%

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

R = 45.11%
G = 23.49%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D97197 (or 0xD97197) is known color: Pale Violet Red. HEX triplet: D9, 71 and 97. RGB value is (217,113,151). Sum of RGB (Red+Green+Blue) = 217+113+151=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D97197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97197 is #268E68. Grayscale: #949494. Windows color (decimal): -2526825 or 9925081. OLE color: 9925081.

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

Color convert

RGB 217 113 151 -
CMYK 0 0.48 0.30 0.15
HSL 338.08º 0.58% 0.65% -
HSV(B) 338.08º 0.48% 0.85% -
XYZ 40.11 28.8 32.72 -
YUV 148.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 217 113 151 0 0.48 0.30 0.15 338.08 0.58 0.65
Hex D9 71 97 0 30 1E F 152 3A 41
Octal 331 161 227 0 60 36 17 522 72 101
Binary 11011001 1110001 10010111 0 110000 11110 1111 101010010 111010 1000001

Color Harmonies of #D97197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97197

Black with #D97197

Text Example


Text Example

White with #D97197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97197; }

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

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

background-color css

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

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

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

border-color css

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

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

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