Html Css Color HEX #D96DA1 Pale Violet Red

📋 copy color: '#D96DA1'

red 217 ◦ green 109 ◦ blue 161

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

Shades of Pale Violet Red #D96DA1

Tints of Pale Violet Red #D96DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.38%

 BLUE value IS 161 (63.28% from 255) = 33.06%

R = 44.56%
G = 22.38%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D96DA1 (or 0xD96DA1) is known color: Pale Violet Red. HEX triplet: D9, 6D and A1. RGB value is (217,109,161). Sum of RGB (Red+Green+Blue) = 217+109+161=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DA1 is #26925E. Grayscale: #939393. Windows color (decimal): -2527839 or 10579417. OLE color: 10579417.

HSL color Cylindrical-coordinate representation of color #D96DA1: hue angle of 331.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96DA1 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 161 -
CMYK 0 0.50 0.26 0.15
HSL 331.11º 0.59% 0.64% -
HSV(B) 331.11º 0.5% 0.85% -
XYZ 40.52 28.26 37.04 -
YUV 147.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 217 109 161 0 0.50 0.26 0.15 331.11 0.59 0.64
Hex D9 6D A1 0 32 1A F 14B 3B 40
Octal 331 155 241 0 62 32 17 513 73 100
Binary 11011001 1101101 10100001 0 110010 11010 1111 101001011 111011 1000000

Color Harmonies of #D96DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DA1

Black with #D96DA1

Text Example


Text Example

White with #D96DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DA1; }

 p { color: rgb(217,109,161); }

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

background-color css

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

 a { background-color: rgb(217,109,161); }

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

border-color css

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

 span { border-color: rgb(217,109,161); }

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