Html Css Color HEX #D87796 Pale Violet Red

📋 copy color: '#D87796'

red 216 ◦ green 119 ◦ blue 150

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

Shades of Pale Violet Red #D87796

Tints of Pale Violet Red #D87796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.54%

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

R = 44.54%
G = 24.54%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D87796 (or 0xD87796) is known color: Pale Violet Red. HEX triplet: D8, 77 and 96. RGB value is (216,119,150). Sum of RGB (Red+Green+Blue) = 216+119+150=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D87796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87796 is #278869. Grayscale: #979797. Windows color (decimal): -2590826 or 9861080. OLE color: 9861080.

HSL color Cylindrical-coordinate representation of color #D87796: hue angle of 340.82º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87796 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 150 -
CMYK 0 0.45 0.31 0.15
HSL 340.82º 0.55% 0.66% -
HSV(B) 340.82º 0.45% 0.85% -
XYZ 40.42 29.99 32.51 -
YUV 151.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 216 119 150 0 0.45 0.31 0.15 340.82 0.55 0.66
Hex D8 77 96 0 2D 1F F 155 37 42
Octal 330 167 226 0 55 37 17 525 67 102
Binary 11011000 1110111 10010110 0 101101 11111 1111 101010101 110111 1000010

Color Harmonies of #D87796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87796

Black with #D87796

Text Example


Text Example

White with #D87796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87796; }

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

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

background-color css

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

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

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

border-color css

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

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

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