Html Css Color HEX #D97194 Pale Violet Red

📋 copy color: '#D97194'

red 217 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #D97194

Tints of Pale Violet Red #D97194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 45.4%
G = 23.64%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D97194 (or 0xD97194) is known color: Pale Violet Red. HEX triplet: D9, 71 and 94. RGB value is (217,113,148). Sum of RGB (Red+Green+Blue) = 217+113+148=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D97194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97194 is #268E6B. Grayscale: #949494. Windows color (decimal): -2526828 or 9728473. OLE color: 9728473.

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

Color convert

RGB 217 113 148 -
CMYK 0 0.48 0.32 0.15
HSL 339.81º 0.58% 0.65% -
HSV(B) 339.81º 0.48% 0.85% -
XYZ 39.87 28.7 31.46 -
YUV 148.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 217 113 148 0 0.48 0.32 0.15 339.81 0.58 0.65
Hex D9 71 94 0 30 20 F 154 3A 41
Octal 331 161 224 0 60 40 17 524 72 101
Binary 11011001 1110001 10010100 0 110000 100000 1111 101010100 111010 1000001

Color Harmonies of #D97194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97194

Black with #D97194

Text Example


Text Example

White with #D97194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97194; }

 p { color: rgb(217,113,148); }

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

background-color css

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

 a { background-color: rgb(217,113,148); }

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

border-color css

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

 span { border-color: rgb(217,113,148); }

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