Html Css Color HEX #D87BAA Pale Violet Red

📋 copy color: '#D87BAA'

red 216 ◦ green 123 ◦ blue 170

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

Shades of Pale Violet Red #D87BAA

Tints of Pale Violet Red #D87BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.17%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 42.44%
G = 24.17%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D87BAA (or 0xD87BAA) is known color: Pale Violet Red. HEX triplet: D8, 7B and AA. RGB value is (216,123,170). Sum of RGB (Red+Green+Blue) = 216+123+170=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BAA is #278455. Grayscale: #9C9C9C. Windows color (decimal): -2589782 or 11172824. OLE color: 11172824.

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

Color convert

RGB 216 123 170 -
CMYK 0 0.43 0.21 0.15
HSL 329.68º 0.54% 0.66% -
HSV(B) 329.68º 0.43% 0.85% -
XYZ 42.66 31.67 41.89 -
YUV 156.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 216 123 170 0 0.43 0.21 0.15 329.68 0.54 0.66
Hex D8 7B AA 0 2B 15 F 14A 36 42
Octal 330 173 252 0 53 25 17 512 66 102
Binary 11011000 1111011 10101010 0 101011 10101 1111 101001010 110110 1000010

Color Harmonies of #D87BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BAA

Black with #D87BAA

Text Example


Text Example

White with #D87BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BAA; }

 p { color: rgb(216,123,170); }

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

background-color css

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

 a { background-color: rgb(216,123,170); }

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

border-color css

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

 span { border-color: rgb(216,123,170); }

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