Html Css Color HEX #D96FA3 Pale Violet Red

📋 copy color: '#D96FA3'

red 217 ◦ green 111 ◦ blue 163

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

Shades of Pale Violet Red #D96FA3

Tints of Pale Violet Red #D96FA3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.61%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 44.2%
G = 22.61%
B = 33.2%

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

#D96FA3 (or 0xD96FA3) is known color: Pale Violet Red. HEX triplet: D9, 6F and A3. RGB value is (217,111,163). Sum of RGB (Red+Green+Blue) = 217+111+163=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FA3 is #26905C. Grayscale: #949494. Windows color (decimal): -2527325 or 10711001. OLE color: 10711001.

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

Color convert

RGB 217 111 163 -
CMYK 0 0.49 0.25 0.15
HSL 330.57º 0.58% 0.64% -
HSV(B) 330.57º 0.49% 0.85% -
XYZ 40.91 28.76 38.05 -
YUV 148.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 217 111 163 0 0.49 0.25 0.15 330.57 0.58 0.64
Hex D9 6F A3 0 31 19 F 14B 3A 40
Octal 331 157 243 0 61 31 17 513 72 100
Binary 11011001 1101111 10100011 0 110001 11001 1111 101001011 111010 1000000

Color Harmonies of #D96FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FA3

Black with #D96FA3

Text Example


Text Example

White with #D96FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FA3; }

 p { color: rgb(217,111,163); }

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

background-color css

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

 a { background-color: rgb(217,111,163); }

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

border-color css

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

 span { border-color: rgb(217,111,163); }

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