Html Css Color HEX #D97593 Pale Violet Red

📋 copy color: '#D97593'

red 217 ◦ green 117 ◦ blue 147

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

Shades of Pale Violet Red #D97593

Tints of Pale Violet Red #D97593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.32%

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

R = 45.11%
G = 24.32%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D97593 (or 0xD97593) is known color: Pale Violet Red. HEX triplet: D9, 75 and 93. RGB value is (217,117,147). Sum of RGB (Red+Green+Blue) = 217+117+147=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D97593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97593 is #268A6C. Grayscale: #969696. Windows color (decimal): -2525805 or 9663961. OLE color: 9663961.

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

Color convert

RGB 217 117 147 -
CMYK 0 0.46 0.32 0.15
HSL 342º 0.57% 0.65% -
HSV(B) 342º 0.46% 0.85% -
XYZ 40.24 29.58 31.19 -
YUV 150.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 217 117 147 0 0.46 0.32 0.15 342 0.57 0.65
Hex D9 75 93 0 2E 20 F 156 39 41
Octal 331 165 223 0 56 40 17 526 71 101
Binary 11011001 1110101 10010011 0 101110 100000 1111 101010110 111001 1000001

Color Harmonies of #D97593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97593

Black with #D97593

Text Example


Text Example

White with #D97593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97593; }

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

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

background-color css

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

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

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

border-color css

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

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

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