Html Css Color HEX #D86E9F Pale Violet Red

📋 copy color: '#D86E9F'

red 216 ◦ green 110 ◦ blue 159

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

Shades of Pale Violet Red #D86E9F

Tints of Pale Violet Red #D86E9F

RGB

 RED value IS 216 (84.77% from 255) = 44.54%

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

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

R = 44.54%
G = 22.68%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D86E9F (or 0xD86E9F) is known color: Pale Violet Red. HEX triplet: D8, 6E and 9F. RGB value is (216,110,159). Sum of RGB (Red+Green+Blue) = 216+110+159=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86E9F is #279160. Grayscale: #939393. Windows color (decimal): -2593121 or 10448600. OLE color: 10448600.

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

Color convert

RGB 216 110 159 -
CMYK 0 0.49 0.26 0.15
HSL 332.26º 0.58% 0.64% -
HSV(B) 332.26º 0.49% 0.85% -
XYZ 40.15 28.25 36.14 -
YUV 147.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 216 110 159 0 0.49 0.26 0.15 332.26 0.58 0.64
Hex D8 6E 9F 0 31 1A F 14C 3A 40
Octal 330 156 237 0 61 32 17 514 72 100
Binary 11011000 1101110 10011111 0 110001 11010 1111 101001100 111010 1000000

Color Harmonies of #D86E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E9F

Black with #D86E9F

Text Example


Text Example

White with #D86E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E9F; }

 p { color: rgb(216,110,159); }

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

background-color css

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

 a { background-color: rgb(216,110,159); }

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

border-color css

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

 span { border-color: rgb(216,110,159); }

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