Html Css Color HEX #D86E9E Pale Violet Red

📋 copy color: '#D86E9E'

red 216 ◦ green 110 ◦ blue 158

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

Shades of Pale Violet Red #D86E9E

Tints of Pale Violet Red #D86E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.64%

R = 44.63%
G = 22.73%
B = 32.64%

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

#D86E9E (or 0xD86E9E) is known color: Pale Violet Red. HEX triplet: D8, 6E and 9E. RGB value is (216,110,158). Sum of RGB (Red+Green+Blue) = 216+110+158=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86E9E is #279161. Grayscale: #939393. Windows color (decimal): -2593122 or 10383064. OLE color: 10383064.

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

Color convert

RGB 216 110 158 -
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.07 28.22 35.68 -
YUV 147.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 216 110 158 0 0.49 0.27 0.15 332.83 0.58 0.64
Hex D8 6E 9E 0 31 1B F 14D 3A 40
Octal 330 156 236 0 61 33 17 515 72 100
Binary 11011000 1101110 10011110 0 110001 11011 1111 101001101 111010 1000000

Color Harmonies of #D86E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E9E

Black with #D86E9E

Text Example


Text Example

White with #D86E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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