Html Css Color HEX #D86E8C Pale Violet Red

📋 copy color: '#D86E8C'

red 216 ◦ green 110 ◦ blue 140

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

Shades of Pale Violet Red #D86E8C

Tints of Pale Violet Red #D86E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 46.35%
G = 23.61%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D86E8C (or 0xD86E8C) is known color: Pale Violet Red. HEX triplet: D8, 6E and 8C. RGB value is (216,110,140). Sum of RGB (Red+Green+Blue) = 216+110+140=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86E8C is #279173. Grayscale: #919191. Windows color (decimal): -2593140 or 9203416. OLE color: 9203416.

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

Color convert

RGB 216 110 140 -
CMYK 0 0.49 0.35 0.15
HSL 343.02º 0.58% 0.64% -
HSV(B) 343.02º 0.49% 0.85% -
XYZ 38.63 27.64 28.11 -
YUV 145.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 216 110 140 0 0.49 0.35 0.15 343.02 0.58 0.64
Hex D8 6E 8C 0 31 23 F 157 3A 40
Octal 330 156 214 0 61 43 17 527 72 100
Binary 11011000 1101110 10001100 0 110001 100011 1111 101010111 111010 1000000

Color Harmonies of #D86E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E8C

Black with #D86E8C

Text Example


Text Example

White with #D86E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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