#D87BA1

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

Shades of Pale Violet Red #D87BA1

Tints of Pale Violet Red #D87BA1

Color information

#D87BA1 (or 0xD87BA1) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7B and A1. RGB value is (216,123,161). Sum of RGB (Red+Green+Blue) = 216+123+161=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BA1 is #27845E. Grayscale: #9B9B9B. Windows color (decimal): -2589791 or 10583000. OLE color: 10583000.

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

Color convert

RGB216123161-
CMYK00.430.250.15
HSL335.48º54.39%66.47%-
HSV(B)335.48º43.06%84.71%-
XYZ41.8331.3437.56-
YUV155.14131.31171.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=43.2%
G=24.6%
B=32.2%

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
Decimal21612316100.430.250.15335.4854.3966.47
HexD87BA102B19F14f3642
Octal330173241053311751766102
Binary1101100011110111010000101010111100111111010011111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BA1; }

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

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

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

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

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

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

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

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