Html Css Color HEX #D97894 Pale Violet Red

📋 copy color: '#D97894'

red 217 ◦ green 120 ◦ blue 148

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

Shades of Pale Violet Red #D97894

Tints of Pale Violet Red #D97894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.74%

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

R = 44.74%
G = 24.74%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D97894 (or 0xD97894) is known color: Pale Violet Red. HEX triplet: D9, 78 and 94. RGB value is (217,120,148). Sum of RGB (Red+Green+Blue) = 217+120+148=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D97894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97894 is #26876B. Grayscale: #989898. Windows color (decimal): -2525036 or 9730265. OLE color: 9730265.

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

Color convert

RGB 217 120 148 -
CMYK 0 0.45 0.32 0.15
HSL 342.68º 0.56% 0.66% -
HSV(B) 342.68º 0.45% 0.85% -
XYZ 40.68 30.32 31.73 -
YUV 152.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 217 120 148 0 0.45 0.32 0.15 342.68 0.56 0.66
Hex D9 78 94 0 2D 20 F 157 38 42
Octal 331 170 224 0 55 40 17 527 70 102
Binary 11011001 1111000 10010100 0 101101 100000 1111 101010111 111000 1000010

Color Harmonies of #D97894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97894

Black with #D97894

Text Example


Text Example

White with #D97894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97894; }

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

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

background-color css

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

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

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

border-color css

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

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

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