Html Css Color HEX #D86C8E Pale Violet Red

📋 copy color: '#D86C8E'

red 216 ◦ green 108 ◦ blue 142

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

Shades of Pale Violet Red #D86C8E

Tints of Pale Violet Red #D86C8E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 46.35%
G = 23.18%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D86C8E (or 0xD86C8E) is known color: Pale Violet Red. HEX triplet: D8, 6C and 8E. RGB value is (216,108,142). Sum of RGB (Red+Green+Blue) = 216+108+142=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C8E is #279371. Grayscale: #909090. Windows color (decimal): -2593650 or 9333976. OLE color: 9333976.

HSL color Cylindrical-coordinate representation of color #D86C8E: hue angle of 341.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86C8E is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 142 -
CMYK 0 0.50 0.34 0.15
HSL 341.11º 0.58% 0.64% -
HSV(B) 341.11º 0.5% 0.85% -
XYZ 38.56 27.28 28.82 -
YUV 144.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 216 108 142 0 0.50 0.34 0.15 341.11 0.58 0.64
Hex D8 6C 8E 0 32 22 F 155 3A 40
Octal 330 154 216 0 62 42 17 525 72 100
Binary 11011000 1101100 10001110 0 110010 100010 1111 101010101 111010 1000000

Color Harmonies of #D86C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C8E

Black with #D86C8E

Text Example


Text Example

White with #D86C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C8E; }

 p { color: rgb(216,108,142); }

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

background-color css

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

 a { background-color: rgb(216,108,142); }

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

border-color css

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

 span { border-color: rgb(216,108,142); }

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