Html Css Color HEX #D97391 Pale Violet Red

📋 copy color: '#D97391'

red 217 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #D97391

Tints of Pale Violet Red #D97391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 45.49%
G = 24.11%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D97391 (or 0xD97391) is known color: Pale Violet Red. HEX triplet: D9, 73 and 91. RGB value is (217,115,145). Sum of RGB (Red+Green+Blue) = 217+115+145=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D97391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97391 is #268C6E. Grayscale: #949494. Windows color (decimal): -2526319 or 9532377. OLE color: 9532377.

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

Color convert

RGB 217 115 145 -
CMYK 0 0.47 0.33 0.15
HSL 342.35º 0.57% 0.65% -
HSV(B) 342.35º 0.47% 0.85% -
XYZ 39.86 29.06 30.3 -
YUV 148.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 217 115 145 0 0.47 0.33 0.15 342.35 0.57 0.65
Hex D9 73 91 0 2F 21 F 156 39 41
Octal 331 163 221 0 57 41 17 526 71 101
Binary 11011001 1110011 10010001 0 101111 100001 1111 101010110 111001 1000001

Color Harmonies of #D97391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97391

Black with #D97391

Text Example


Text Example

White with #D97391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97391; }

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

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

background-color css

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

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

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

border-color css

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

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

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