Html Css Color HEX #D97690 Pale Violet Red

📋 copy color: '#D97690'

red 217 ◦ green 118 ◦ blue 144

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

Shades of Pale Violet Red #D97690

Tints of Pale Violet Red #D97690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.63%

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

R = 45.3%
G = 24.63%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D97690 (or 0xD97690) is known color: Pale Violet Red. HEX triplet: D9, 76 and 90. RGB value is (217,118,144). Sum of RGB (Red+Green+Blue) = 217+118+144=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D97690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97690 is #26896F. Grayscale: #969696. Windows color (decimal): -2525552 or 9467609. OLE color: 9467609.

HSL color Cylindrical-coordinate representation of color #D97690: hue angle of 344.24º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97690 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 144 -
CMYK 0 0.46 0.34 0.15
HSL 344.24º 0.57% 0.66% -
HSV(B) 344.24º 0.46% 0.85% -
XYZ 40.13 29.72 30.01 -
YUV 150.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 217 118 144 0 0.46 0.34 0.15 344.24 0.57 0.66
Hex D9 76 90 0 2E 22 F 158 39 42
Octal 331 166 220 0 56 42 17 530 71 102
Binary 11011001 1110110 10010000 0 101110 100010 1111 101011000 111001 1000010

Color Harmonies of #D97690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97690

Black with #D97690

Text Example


Text Example

White with #D97690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97690; }

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

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

background-color css

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

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

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

border-color css

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

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

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