Html Css Color HEX #D97293 Pale Violet Red

📋 copy color: '#D97293'

red 217 ◦ green 114 ◦ blue 147

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

Shades of Pale Violet Red #D97293

Tints of Pale Violet Red #D97293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.85%

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

R = 45.4%
G = 23.85%
B = 30.75%

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

#D97293 (or 0xD97293) is known color: Pale Violet Red. HEX triplet: D9, 72 and 93. RGB value is (217,114,147). Sum of RGB (Red+Green+Blue) = 217+114+147=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D97293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97293 is #268D6C. Grayscale: #949494. Windows color (decimal): -2526573 or 9663193. OLE color: 9663193.

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

Color convert

RGB 217 114 147 -
CMYK 0 0.47 0.32 0.15
HSL 340.78º 0.58% 0.65% -
HSV(B) 340.78º 0.47% 0.85% -
XYZ 39.9 28.89 31.08 -
YUV 148.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 217 114 147 0 0.47 0.32 0.15 340.78 0.58 0.65
Hex D9 72 93 0 2F 20 F 155 3A 41
Octal 331 162 223 0 57 40 17 525 72 101
Binary 11011001 1110010 10010011 0 101111 100000 1111 101010101 111010 1000001

Color Harmonies of #D97293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97293

Black with #D97293

Text Example


Text Example

White with #D97293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97293; }

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

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

background-color css

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

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

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

border-color css

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

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

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