Html Css Color HEX #D86C8A Pale Violet Red

📋 copy color: '#D86C8A'

red 216 ◦ green 108 ◦ blue 138

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

Shades of Pale Violet Red #D86C8A

Tints of Pale Violet Red #D86C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 46.75%
G = 23.38%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D86C8A (or 0xD86C8A) is known color: Pale Violet Red. HEX triplet: D8, 6C and 8A. RGB value is (216,108,138). Sum of RGB (Red+Green+Blue) = 216+108+138=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C8A is #279375. Grayscale: #8F8F8F. Windows color (decimal): -2593654 or 9071832. OLE color: 9071832.

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

Color convert

RGB 216 108 138 -
CMYK 0 0.50 0.36 0.15
HSL 343.33º 0.58% 0.64% -
HSV(B) 343.33º 0.5% 0.85% -
XYZ 38.27 27.16 27.27 -
YUV 143.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 216 108 138 0 0.50 0.36 0.15 343.33 0.58 0.64
Hex D8 6C 8A 0 32 24 F 157 3A 40
Octal 330 154 212 0 62 44 17 527 72 100
Binary 11011000 1101100 10001010 0 110010 100100 1111 101010111 111010 1000000

Color Harmonies of #D86C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C8A

Black with #D86C8A

Text Example


Text Example

White with #D86C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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