#D87B9B

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

Shades of Pale Violet Red #D87B9B

Tints of Pale Violet Red #D87B9B

Color information

#D87B9B (or 0xD87B9B) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7B and 9B. RGB value is (216,123,155). Sum of RGB (Red+Green+Blue) = 216+123+155=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87B9B is #278464. Grayscale: #9A9A9A. Windows color (decimal): -2589797 or 10189784. OLE color: 10189784.

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

Color convert

RGB216123155-
CMYK00.430.280.15
HSL339.35º54.39%66.47%-
HSV(B)339.35º43.06%84.71%-
XYZ41.3231.1334.84-
YUV154.45128.31171.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=43.72%
G=24.90%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612315500.430.280.15339.3554.3966.47
HexD87B9B02B1CF1533642
Octal330173233053341752366102
Binary1101100011110111001101101010111110011111010100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87B9B; }

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

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

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

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

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

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

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

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