Html Css Color HEX #D87AA6 Pale Violet Red

📋 copy color: '#D87AA6'

red 216 ◦ green 122 ◦ blue 166

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

Shades of Pale Violet Red #D87AA6

Tints of Pale Violet Red #D87AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.94%

R = 42.86%
G = 24.21%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D87AA6 (or 0xD87AA6) is known color: Pale Violet Red. HEX triplet: D8, 7A and A6. RGB value is (216,122,166). Sum of RGB (Red+Green+Blue) = 216+122+166=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AA6 is #278559. Grayscale: #9B9B9B. Windows color (decimal): -2590042 or 10910424. OLE color: 10910424.

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

Color convert

RGB 216 122 166 -
CMYK 0 0.44 0.23 0.15
HSL 331.91º 0.55% 0.66% -
HSV(B) 331.91º 0.44% 0.85% -
XYZ 42.16 31.27 39.89 -
YUV 155.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 216 122 166 0 0.44 0.23 0.15 331.91 0.55 0.66
Hex D8 7A A6 0 2C 17 F 14C 37 42
Octal 330 172 246 0 54 27 17 514 67 102
Binary 11011000 1111010 10100110 0 101100 10111 1111 101001100 110111 1000010

Color Harmonies of #D87AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AA6

Black with #D87AA6

Text Example


Text Example

White with #D87AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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