#D87CA6

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

Shades of Pale Violet Red #D87CA6

Tints of Pale Violet Red #D87CA6

Color information

#D87CA6 (or 0xD87CA6) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7C and A6. RGB value is (216,124,166). Sum of RGB (Red+Green+Blue) = 216+124+166=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CA6 is #278359. Grayscale: #9C9C9C. Windows color (decimal): -2589530 or 10910936. OLE color: 10910936.

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

Color convert

RGB216124166-
CMYK00.430.230.15
HSL332.61º54.12%66.67%-
HSV(B)332.61º42.59%84.71%-
XYZ42.4131.7739.97-
YUV156.3133.48170.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=42.69%
G=24.51%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612416600.430.230.15332.6154.1266.67
HexD87CA602B17F14d3643
Octal330174246053271751566103
Binary1101100011111001010011001010111011111111010011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CA6; }

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

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

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

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

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

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

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

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