Html Css Color HEX #D97490 Pale Violet Red

📋 copy color: '#D97490'

red 217 ◦ green 116 ◦ blue 144

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

Shades of Pale Violet Red #D97490

Tints of Pale Violet Red #D97490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.32%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 45.49%
G = 24.32%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D97490 (or 0xD97490) is known color: Pale Violet Red. HEX triplet: D9, 74 and 90. RGB value is (217,116,144). Sum of RGB (Red+Green+Blue) = 217+116+144=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D97490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97490 is #268B6F. Grayscale: #959595. Windows color (decimal): -2526064 or 9467097. OLE color: 9467097.

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

Color convert

RGB 217 116 144 -
CMYK 0 0.47 0.34 0.15
HSL 343.37º 0.57% 0.65% -
HSV(B) 343.37º 0.47% 0.85% -
XYZ 39.89 29.26 29.93 -
YUV 149.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 217 116 144 0 0.47 0.34 0.15 343.37 0.57 0.65
Hex D9 74 90 0 2F 22 F 157 39 41
Octal 331 164 220 0 57 42 17 527 71 101
Binary 11011001 1110100 10010000 0 101111 100010 1111 101010111 111001 1000001

Color Harmonies of #D97490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97490

Black with #D97490

Text Example


Text Example

White with #D97490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97490; }

 p { color: rgb(217,116,144); }

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

background-color css

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

 a { background-color: rgb(217,116,144); }

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

border-color css

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

 span { border-color: rgb(217,116,144); }

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