Html Css Color HEX #D97393 Pale Violet Red

📋 copy color: '#D97393'

red 217 ◦ green 115 ◦ blue 147

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

Shades of Pale Violet Red #D97393

Tints of Pale Violet Red #D97393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 45.3%
G = 24.01%
B = 30.69%

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

#D97393 (or 0xD97393) is known color: Pale Violet Red. HEX triplet: D9, 73 and 93. RGB value is (217,115,147). Sum of RGB (Red+Green+Blue) = 217+115+147=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D97393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97393 is #268C6C. Grayscale: #959595. Windows color (decimal): -2526317 or 9663449. OLE color: 9663449.

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

Color convert

RGB 217 115 147 -
CMYK 0 0.47 0.32 0.15
HSL 341.18º 0.57% 0.65% -
HSV(B) 341.18º 0.47% 0.85% -
XYZ 40.01 29.12 31.12 -
YUV 149.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 217 115 147 0 0.47 0.32 0.15 341.18 0.57 0.65
Hex D9 73 93 0 2F 20 F 155 39 41
Octal 331 163 223 0 57 40 17 525 71 101
Binary 11011001 1110011 10010011 0 101111 100000 1111 101010101 111001 1000001

Color Harmonies of #D97393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97393

Black with #D97393

Text Example


Text Example

White with #D97393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97393; }

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

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

background-color css

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

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

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

border-color css

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

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

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