#D87B98

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

Shades of Pale Violet Red #D87B98

Tints of Pale Violet Red #D87B98

Color information

#D87B98 (or 0xD87B98) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7B and 98. RGB value is (216,123,152). Sum of RGB (Red+Green+Blue) = 216+123+152=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87B98 is #278467. Grayscale: #9A9A9A. Windows color (decimal): -2589800 or 9993176. OLE color: 9993176.

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

Color convert

RGB216123152-
CMYK00.430.300.15
HSL341.29º54.39%66.47%-
HSV(B)341.29º43.06%84.71%-
XYZ41.0731.0333.53-
YUV154.11126.81172.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=43.99%
G=25.05%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612315200.430.300.15341.2954.3966.47
HexD87B9802B1EF1553642
Octal330173230053361752566102
Binary1101100011110111001100001010111111011111010101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87B98; }

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

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

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

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

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

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

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

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