#D87094

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

Shades of Pale Violet Red #D87094

Tints of Pale Violet Red #D87094

Color information

#D87094 (or 0xD87094) is unknown color: approx Pale Violet Red. HEX triplet: D8, 70 and 94. RGB value is (216,112,148). Sum of RGB (Red+Green+Blue) = 216+112+148=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D87094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87094 is #278F6B. Grayscale: #939393. Windows color (decimal): -2592620 or 9728216. OLE color: 9728216.

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

Color convert

RGB216112148-
CMYK00.480.310.15
HSL339.23º57.14%64.31%-
HSV(B)339.23º48.15%84.71%-
XYZ39.4628.3331.4-
YUV147.2128.46177.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=45.38%
G=23.53%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611214800.480.310.15339.2357.1464.31
HexD870940301FF1533940
Octal330160224060371752371100
Binary1101100011100001001010001100001111111111010100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87094; }

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

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

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

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

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

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

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

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