Html Css Color HEX #D97294 Pale Violet Red

📋 copy color: '#D97294'

red 217 ◦ green 114 ◦ blue 148

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

Shades of Pale Violet Red #D97294

Tints of Pale Violet Red #D97294

RGB

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

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

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

R = 45.3%
G = 23.8%
B = 30.9%

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

#D97294 (or 0xD97294) is known color: Pale Violet Red. HEX triplet: D9, 72 and 94. RGB value is (217,114,148). Sum of RGB (Red+Green+Blue) = 217+114+148=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D97294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97294 is #268D6B. Grayscale: #949494. Windows color (decimal): -2526572 or 9728729. OLE color: 9728729.

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

Color convert

RGB 217 114 148 -
CMYK 0 0.47 0.32 0.15
HSL 340.19º 0.58% 0.65% -
HSV(B) 340.19º 0.47% 0.85% -
XYZ 39.98 28.92 31.49 -
YUV 148.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 217 114 148 0 0.47 0.32 0.15 340.19 0.58 0.65
Hex D9 72 94 0 2F 20 F 154 3A 41
Octal 331 162 224 0 57 40 17 524 72 101
Binary 11011001 1110010 10010100 0 101111 100000 1111 101010100 111010 1000001

Color Harmonies of #D97294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97294

Black with #D97294

Text Example


Text Example

White with #D97294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97294; }

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

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

background-color css

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

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

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

border-color css

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

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

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