#D87C94

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

Shades of Pale Violet Red #D87C94

Tints of Pale Violet Red #D87C94

Color information

#D87C94 (or 0xD87C94) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7C and 94. RGB value is (216,124,148). Sum of RGB (Red+Green+Blue) = 216+124+148=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C94 is #27836B. Grayscale: #9A9A9A. Windows color (decimal): -2589548 or 9731288. OLE color: 9731288.

HSL color Cylindrical-coordinate representation of color #D87C94: hue angle of 344.35º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C94 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216124148-
CMYK00.430.310.15
HSL344.35º54.12%66.67%-
HSV(B)344.35º42.59%84.71%-
XYZ40.8731.1531.88-
YUV154.24124.48172.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=44.26%
G=25.41%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612414800.430.310.15344.3554.1266.67
HexD87C9402B1FF1583643
Octal330174224053371753066103
Binary1101100011111001001010001010111111111111010110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C94; }

 p { color: rgb(216,124,148); }

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

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

 a { background-color: rgb(216,124,148); }

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

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

 span { border-color: rgb(216,124,148); }

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