Html Css Color HEX #D97394 Pale Violet Red

📋 copy color: '#D97394'

red 217 ◦ green 115 ◦ blue 148

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

Shades of Pale Violet Red #D97394

Tints of Pale Violet Red #D97394

RGB

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

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

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

R = 45.21%
G = 23.96%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D97394 (or 0xD97394) is known color: Pale Violet Red. HEX triplet: D9, 73 and 94. RGB value is (217,115,148). Sum of RGB (Red+Green+Blue) = 217+115+148=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D97394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97394 is #268C6B. Grayscale: #959595. Windows color (decimal): -2526316 or 9728985. OLE color: 9728985.

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

Color convert

RGB 217 115 148 -
CMYK 0 0.47 0.32 0.15
HSL 340.59º 0.57% 0.65% -
HSV(B) 340.59º 0.47% 0.85% -
XYZ 40.09 29.15 31.53 -
YUV 149.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 217 115 148 0 0.47 0.32 0.15 340.59 0.57 0.65
Hex D9 73 94 0 2F 20 F 155 39 41
Octal 331 163 224 0 57 40 17 525 71 101
Binary 11011001 1110011 10010100 0 101111 100000 1111 101010101 111001 1000001

Color Harmonies of #D97394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97394

Black with #D97394

Text Example


Text Example

White with #D97394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97394; }

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

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

background-color css

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

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

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

border-color css

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

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

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