Html Css Color HEX #D86C8C Pale Violet Red

📋 copy color: '#D86C8C'

red 216 ◦ green 108 ◦ blue 140

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

Shades of Pale Violet Red #D86C8C

Tints of Pale Violet Red #D86C8C

RGB

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

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

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

R = 46.55%
G = 23.28%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D86C8C (or 0xD86C8C) is known color: Pale Violet Red. HEX triplet: D8, 6C and 8C. RGB value is (216,108,140). Sum of RGB (Red+Green+Blue) = 216+108+140=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C8C is #279373. Grayscale: #8F8F8F. Windows color (decimal): -2593652 or 9202904. OLE color: 9202904.

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

Color convert

RGB 216 108 140 -
CMYK 0 0.50 0.35 0.15
HSL 342.22º 0.58% 0.64% -
HSV(B) 342.22º 0.5% 0.85% -
XYZ 38.42 27.22 28.04 -
YUV 143.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 216 108 140 0 0.50 0.35 0.15 342.22 0.58 0.64
Hex D8 6C 8C 0 32 23 F 156 3A 40
Octal 330 154 214 0 62 43 17 526 72 100
Binary 11011000 1101100 10001100 0 110010 100011 1111 101010110 111010 1000000

Color Harmonies of #D86C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C8C

Black with #D86C8C

Text Example


Text Example

White with #D86C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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