Html Css Color HEX #D97E9B Pale Violet Red

📋 copy color: '#D97E9B'

red 217 ◦ green 126 ◦ blue 155

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

Shades of Pale Violet Red #D97E9B

Tints of Pale Violet Red #D97E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.3%

 BLUE value IS 155 (60.94% from 255) = 31.12%

R = 43.57%
G = 25.3%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D97E9B (or 0xD97E9B) is known color: Pale Violet Red. HEX triplet: D9, 7E and 9B. RGB value is (217,126,155). Sum of RGB (Red+Green+Blue) = 217+126+155=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E9B is #268164. Grayscale: #9C9C9C. Windows color (decimal): -2523493 or 10190553. OLE color: 10190553.

HSL color Cylindrical-coordinate representation of color #D97E9B: hue angle of 340.88º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97E9B is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 155 -
CMYK 0 0.42 0.29 0.15
HSL 340.88º 0.54% 0.67% -
HSV(B) 340.88º 0.42% 0.85% -
XYZ 41.99 32.04 34.98 -
YUV 156.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 217 126 155 0 0.42 0.29 0.15 340.88 0.54 0.67
Hex D9 7E 9B 0 2A 1D F 155 36 43
Octal 331 176 233 0 52 35 17 525 66 103
Binary 11011001 1111110 10011011 0 101010 11101 1111 101010101 110110 1000011

Color Harmonies of #D97E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E9B

Black with #D97E9B

Text Example


Text Example

White with #D97E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E9B; }

 p { color: rgb(217,126,155); }

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

background-color css

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

 a { background-color: rgb(217,126,155); }

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

border-color css

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

 span { border-color: rgb(217,126,155); }

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