#D87BA2

Color #D87BA2 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D87BA2

Tints of Pale Violet Red #D87BA2

Color information

#D87BA2 (or 0xD87BA2) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7B and A2. RGB value is (216,123,162). Sum of RGB (Red+Green+Blue) = 216+123+162=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BA2 is #27845D. Grayscale: #9B9B9B. Windows color (decimal): -2589790 or 10648536. OLE color: 10648536.

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

Color convert

RGB216123162-
CMYK00.430.250.15
HSL334.84º54.39%66.47%-
HSV(B)334.84º43.06%84.71%-
XYZ41.9231.3738.03-
YUV155.25131.81171.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 162 (63.67% from 255) = 32.34%
R=43.11%
G=24.55%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612316200.430.250.15334.8454.3966.47
HexD87BA202B19F14f3642
Octal330173242053311751766102
Binary1101100011110111010001001010111100111111010011111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BA2; }

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

 H1.HeaderClassName
 {
   color: #D87BA2;
 }
 .AnyTagClassName
 {
   color: #D87BA2;
 }
</style>
background-color css

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

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

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

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

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

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