#D87CA4

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

Shades of Pale Violet Red #D87CA4

Tints of Pale Violet Red #D87CA4

Color information

#D87CA4 (or 0xD87CA4) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7C and A4. RGB value is (216,124,164). Sum of RGB (Red+Green+Blue) = 216+124+164=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CA4 is #27835B. Grayscale: #9B9B9B. Windows color (decimal): -2589532 or 10779864. OLE color: 10779864.

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

Color convert

RGB216124164-
CMYK00.430.240.15
HSL333.91º54.12%66.67%-
HSV(B)333.91º42.59%84.71%-
XYZ42.2331.6939.01-
YUV156.07132.48170.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=42.86%
G=24.60%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612416400.430.240.15333.9154.1266.67
HexD87CA402B18F14e3643
Octal330174244053301751666103
Binary1101100011111001010010001010111100011111010011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CA4; }

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

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

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

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

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

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

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

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