#D87A98

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

Shades of Pale Violet Red #D87A98

Tints of Pale Violet Red #D87A98

Color information

#D87A98 (or 0xD87A98) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7A and 98. RGB value is (216,122,152). Sum of RGB (Red+Green+Blue) = 216+122+152=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A98 is #278567. Grayscale: #999999. Windows color (decimal): -2590056 or 9992920. OLE color: 9992920.

HSL color Cylindrical-coordinate representation of color #D87A98: hue angle of 340.85º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87A98 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216122152-
CMYK00.440.300.15
HSL340.85º54.65%66.27%-
HSV(B)340.85º43.52%84.71%-
XYZ40.9530.7833.49-
YUV153.53127.14172.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=44.08%
G=24.90%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612215200.440.300.15340.8554.6566.27
HexD87A9802C1EF1553742
Octal330172230054361752567102
Binary1101100011110101001100001011001111011111010101011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A98; }

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

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

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

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

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

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

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

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