Html Css Color HEX #D96F9F Pale Violet Red

📋 copy color: '#D96F9F'

red 217 ◦ green 111 ◦ blue 159

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

Shades of Pale Violet Red #D96F9F

Tints of Pale Violet Red #D96F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 44.56%
G = 22.79%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D96F9F (or 0xD96F9F) is known color: Pale Violet Red. HEX triplet: D9, 6F and 9F. RGB value is (217,111,159). Sum of RGB (Red+Green+Blue) = 217+111+159=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F9F is #269060. Grayscale: #949494. Windows color (decimal): -2527329 or 10448857. OLE color: 10448857.

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

Color convert

RGB 217 111 159 -
CMYK 0 0.49 0.27 0.15
HSL 332.83º 0.58% 0.64% -
HSV(B) 332.83º 0.49% 0.85% -
XYZ 40.56 28.62 36.19 -
YUV 148.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 217 111 159 0 0.49 0.27 0.15 332.83 0.58 0.64
Hex D9 6F 9F 0 31 1B F 14D 3A 40
Octal 331 157 237 0 61 33 17 515 72 100
Binary 11011001 1101111 10011111 0 110001 11011 1111 101001101 111010 1000000

Color Harmonies of #D96F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F9F

Black with #D96F9F

Text Example


Text Example

White with #D96F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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