Html Css Color HEX #D86C96 Pale Violet Red

📋 copy color: '#D86C96'

red 216 ◦ green 108 ◦ blue 150

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

Shades of Pale Violet Red #D86C96

Tints of Pale Violet Red #D86C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 45.57%
G = 22.78%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D86C96 (or 0xD86C96) is known color: Pale Violet Red. HEX triplet: D8, 6C and 96. RGB value is (216,108,150). Sum of RGB (Red+Green+Blue) = 216+108+150=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C96 is #279369. Grayscale: #919191. Windows color (decimal): -2593642 or 9858264. OLE color: 9858264.

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

Color convert

RGB 216 108 150 -
CMYK 0 0.50 0.31 0.15
HSL 336.67º 0.58% 0.64% -
HSV(B) 336.67º 0.5% 0.85% -
XYZ 39.19 27.53 32.1 -
YUV 145.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 216 108 150 0 0.50 0.31 0.15 336.67 0.58 0.64
Hex D8 6C 96 0 32 1F F 151 3A 40
Octal 330 154 226 0 62 37 17 521 72 100
Binary 11011000 1101100 10010110 0 110010 11111 1111 101010001 111010 1000000

Color Harmonies of #D86C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C96

Black with #D86C96

Text Example


Text Example

White with #D86C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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