Html Css Color HEX #D97994 Pale Violet Red

📋 copy color: '#D97994'

red 217 ◦ green 121 ◦ blue 148

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

Shades of Pale Violet Red #D97994

Tints of Pale Violet Red #D97994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.9%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 44.65%
G = 24.9%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D97994 (or 0xD97994) is known color: Pale Violet Red. HEX triplet: D9, 79 and 94. RGB value is (217,121,148). Sum of RGB (Red+Green+Blue) = 217+121+148=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D97994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97994 is #26866B. Grayscale: #989898. Windows color (decimal): -2524780 or 9730521. OLE color: 9730521.

HSL color Cylindrical-coordinate representation of color #D97994: hue angle of 343.12º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97994 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 148 -
CMYK 0 0.44 0.32 0.15
HSL 343.13º 0.56% 0.66% -
HSV(B) 343.13º 0.44% 0.85% -
XYZ 40.8 30.56 31.77 -
YUV 152.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 217 121 148 0 0.44 0.32 0.15 343.13 0.56 0.66
Hex D9 79 94 0 2C 20 F 157 38 42
Octal 331 171 224 0 54 40 17 527 70 102
Binary 11011001 1111001 10010100 0 101100 100000 1111 101010111 111000 1000010

Color Harmonies of #D97994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97994

Black with #D97994

Text Example


Text Example

White with #D97994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97994; }

 p { color: rgb(217,121,148); }

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

background-color css

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

 a { background-color: rgb(217,121,148); }

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

border-color css

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

 span { border-color: rgb(217,121,148); }

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