Html Css Color HEX #D96EA2 Pale Violet Red

📋 copy color: '#D96EA2'

red 217 ◦ green 110 ◦ blue 162

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

Shades of Pale Violet Red #D96EA2

Tints of Pale Violet Red #D96EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 44.38%
G = 22.49%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D96EA2 (or 0xD96EA2) is known color: Pale Violet Red. HEX triplet: D9, 6E and A2. RGB value is (217,110,162). Sum of RGB (Red+Green+Blue) = 217+110+162=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96EA2 is #26915D. Grayscale: #939393. Windows color (decimal): -2527582 or 10645209. OLE color: 10645209.

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

Color convert

RGB 217 110 162 -
CMYK 0 0.49 0.25 0.15
HSL 330.84º 0.58% 0.64% -
HSV(B) 330.84º 0.49% 0.85% -
XYZ 40.71 28.51 37.54 -
YUV 147.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 217 110 162 0 0.49 0.25 0.15 330.84 0.58 0.64
Hex D9 6E A2 0 31 19 F 14B 3A 40
Octal 331 156 242 0 61 31 17 513 72 100
Binary 11011001 1101110 10100010 0 110001 11001 1111 101001011 111010 1000000

Color Harmonies of #D96EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EA2

Black with #D96EA2

Text Example


Text Example

White with #D96EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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