Html Css Color HEX #D97395 Pale Violet Red

📋 copy color: '#D97395'

red 217 ◦ green 115 ◦ blue 149

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

Shades of Pale Violet Red #D97395

Tints of Pale Violet Red #D97395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 45.11%
G = 23.91%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D97395 (or 0xD97395) is known color: Pale Violet Red. HEX triplet: D9, 73 and 95. RGB value is (217,115,149). Sum of RGB (Red+Green+Blue) = 217+115+149=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D97395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97395 is #268C6A. Grayscale: #959595. Windows color (decimal): -2526315 or 9794521. OLE color: 9794521.

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

Color convert

RGB 217 115 149 -
CMYK 0 0.47 0.31 0.15
HSL 340º 0.57% 0.65% -
HSV(B) 340º 0.47% 0.85% -
XYZ 40.17 29.18 31.95 -
YUV 149.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 217 115 149 0 0.47 0.31 0.15 340 0.57 0.65
Hex D9 73 95 0 2F 1F F 154 39 41
Octal 331 163 225 0 57 37 17 524 71 101
Binary 11011001 1110011 10010101 0 101111 11111 1111 101010100 111001 1000001

Color Harmonies of #D97395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97395

Black with #D97395

Text Example


Text Example

White with #D97395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97395; }

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

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

background-color css

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

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

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

border-color css

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

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

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