#D87D9E

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

Shades of Pale Violet Red #D87D9E

Tints of Pale Violet Red #D87D9E

Color information

#D87D9E (or 0xD87D9E) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7D and 9E. RGB value is (216,125,158). Sum of RGB (Red+Green+Blue) = 216+125+158=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D9E is #278261. Grayscale: #9B9B9B. Windows color (decimal): -2589282 or 10386904. OLE color: 10386904.

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

Color convert

RGB216125158-
CMYK00.420.270.15
HSL338.24º53.85%66.86%-
HSV(B)338.24º42.13%84.71%-
XYZ41.8231.7336.27-
YUV155.97129.15170.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=43.29%
G=25.05%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612515800.420.270.15338.2453.8566.86
HexD87D9E02A1BF1523643
Octal330175236052331752266103
Binary1101100011111011001111001010101101111111010100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D9E; }

 p { color: rgb(216,125,158); }

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

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

 a { background-color: rgb(216,125,158); }

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

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

 span { border-color: rgb(216,125,158); }

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