Html Css Color HEX #D87AA2 Pale Violet Red

📋 copy color: '#D87AA2'

red 216 ◦ green 122 ◦ blue 162

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

Shades of Pale Violet Red #D87AA2

Tints of Pale Violet Red #D87AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.4%

R = 43.2%
G = 24.4%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D87AA2 (or 0xD87AA2) is known color: Pale Violet Red. HEX triplet: D8, 7A and A2. RGB value is (216,122,162). Sum of RGB (Red+Green+Blue) = 216+122+162=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AA2 is #27855D. Grayscale: #9A9A9A. Windows color (decimal): -2590046 or 10648280. OLE color: 10648280.

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

Color convert

RGB 216 122 162 -
CMYK 0 0.44 0.25 0.15
HSL 334.47º 0.55% 0.66% -
HSV(B) 334.47º 0.44% 0.85% -
XYZ 41.8 31.13 37.99 -
YUV 154.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 216 122 162 0 0.44 0.25 0.15 334.47 0.55 0.66
Hex D8 7A A2 0 2C 19 F 14E 37 42
Octal 330 172 242 0 54 31 17 516 67 102
Binary 11011000 1111010 10100010 0 101100 11001 1111 101001110 110111 1000010

Color Harmonies of #D87AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AA2

Black with #D87AA2

Text Example


Text Example

White with #D87AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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