Html Css Color HEX #D86C9C Pale Violet Red

📋 copy color: '#D86C9C'

red 216 ◦ green 108 ◦ blue 156

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

Shades of Pale Violet Red #D86C9C

Tints of Pale Violet Red #D86C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.5%

R = 45%
G = 22.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D86C9C (or 0xD86C9C) is known color: Pale Violet Red. HEX triplet: D8, 6C and 9C. RGB value is (216,108,156). Sum of RGB (Red+Green+Blue) = 216+108+156=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C9C is #279363. Grayscale: #919191. Windows color (decimal): -2593636 or 10251480. OLE color: 10251480.

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

Color convert

RGB 216 108 156 -
CMYK 0 0.50 0.28 0.15
HSL 333.33º 0.58% 0.64% -
HSV(B) 333.33º 0.5% 0.85% -
XYZ 39.68 27.72 34.71 -
YUV 145.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 216 108 156 0 0.50 0.28 0.15 333.33 0.58 0.64
Hex D8 6C 9C 0 32 1C F 14D 3A 40
Octal 330 154 234 0 62 34 17 515 72 100
Binary 11011000 1101100 10011100 0 110010 11100 1111 101001101 111010 1000000

Color Harmonies of #D86C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C9C

Black with #D86C9C

Text Example


Text Example

White with #D86C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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