Html Css Color HEX #D87AA0 Pale Violet Red

📋 copy color: '#D87AA0'

red 216 ◦ green 122 ◦ blue 160

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

Shades of Pale Violet Red #D87AA0

Tints of Pale Violet Red #D87AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.5%

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 43.37%
G = 24.5%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D87AA0 (or 0xD87AA0) is known color: Pale Violet Red. HEX triplet: D8, 7A and A0. RGB value is (216,122,160). Sum of RGB (Red+Green+Blue) = 216+122+160=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AA0 is #27855F. Grayscale: #9A9A9A. Windows color (decimal): -2590048 or 10517208. OLE color: 10517208.

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

Color convert

RGB 216 122 160 -
CMYK 0 0.44 0.26 0.15
HSL 335.74º 0.55% 0.66% -
HSV(B) 335.74º 0.44% 0.85% -
XYZ 41.62 31.06 37.06 -
YUV 154.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 216 122 160 0 0.44 0.26 0.15 335.74 0.55 0.66
Hex D8 7A A0 0 2C 1A F 150 37 42
Octal 330 172 240 0 54 32 17 520 67 102
Binary 11011000 1111010 10100000 0 101100 11010 1111 101010000 110111 1000010

Color Harmonies of #D87AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AA0

Black with #D87AA0

Text Example


Text Example

White with #D87AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AA0; }

 p { color: rgb(216,122,160); }

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

background-color css

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

 a { background-color: rgb(216,122,160); }

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

border-color css

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

 span { border-color: rgb(216,122,160); }

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