Html Css Color HEX #D96E97 Pale Violet Red

📋 copy color: '#D96E97'

red 217 ◦ green 110 ◦ blue 151

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

Shades of Pale Violet Red #D96E97

Tints of Pale Violet Red #D96E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.01%

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 45.4%
G = 23.01%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D96E97 (or 0xD96E97) is known color: Pale Violet Red. HEX triplet: D9, 6E and 97. RGB value is (217,110,151). Sum of RGB (Red+Green+Blue) = 217+110+151=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E97 is #269168. Grayscale: #929292. Windows color (decimal): -2527593 or 9924313. OLE color: 9924313.

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

Color convert

RGB 217 110 151 -
CMYK 0 0.49 0.30 0.15
HSL 337.01º 0.58% 0.64% -
HSV(B) 337.01º 0.49% 0.85% -
XYZ 39.78 28.14 32.61 -
YUV 146.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 217 110 151 0 0.49 0.30 0.15 337.01 0.58 0.64
Hex D9 6E 97 0 31 1E F 151 3A 40
Octal 331 156 227 0 61 36 17 521 72 100
Binary 11011001 1101110 10010111 0 110001 11110 1111 101010001 111010 1000000

Color Harmonies of #D96E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E97

Black with #D96E97

Text Example


Text Example

White with #D96E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E97; }

 p { color: rgb(217,110,151); }

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

background-color css

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

 a { background-color: rgb(217,110,151); }

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

border-color css

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

 span { border-color: rgb(217,110,151); }

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