Html Css Color HEX #D97392 Pale Violet Red

📋 copy color: '#D97392'

red 217 ◦ green 115 ◦ blue 146

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

Shades of Pale Violet Red #D97392

Tints of Pale Violet Red #D97392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 45.4%
G = 24.06%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D97392 (or 0xD97392) is known color: Pale Violet Red. HEX triplet: D9, 73 and 92. RGB value is (217,115,146). Sum of RGB (Red+Green+Blue) = 217+115+146=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D97392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97392 is #268C6D. Grayscale: #959595. Windows color (decimal): -2526318 or 9597913. OLE color: 9597913.

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

Color convert

RGB 217 115 146 -
CMYK 0 0.47 0.33 0.15
HSL 341.76º 0.57% 0.65% -
HSV(B) 341.76º 0.47% 0.85% -
XYZ 39.93 29.09 30.7 -
YUV 149.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 217 115 146 0 0.47 0.33 0.15 341.76 0.57 0.65
Hex D9 73 92 0 2F 21 F 156 39 41
Octal 331 163 222 0 57 41 17 526 71 101
Binary 11011001 1110011 10010010 0 101111 100001 1111 101010110 111001 1000001

Color Harmonies of #D97392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97392

Black with #D97392

Text Example


Text Example

White with #D97392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97392; }

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

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

background-color css

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

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

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

border-color css

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

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

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